SPELL=ltrace VERSION=0.7.3 SOURCE=${SPELL}-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=https://alioth.debian.org/frs/download.php/file/3947/$SOURCE SOURCE_HASH=sha512:a842b16dcb81da869afa0bddc755fdff0d57b35672505bf2c7164fd983b1938d28b126714128930994cc1230ced69d779456d0cfc16f4008c9b6d19f0852285d LICENSE[0]=GPL WEB_SITE=http://ltrace.alioth.debian.org/ ENTERED=20020413 KEYWORDS="debugger devel" SHORT="ltrace is a debugging program which runs a specified command until it exits." cat << EOF ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. EOF .