          MODULE=ltrace
         VERSION=0.7.3
          SOURCE=${MODULE}_${VERSION}.orig.tar.bz2
      SOURCE_URL=https://www.ltrace.org
      SOURCE_VFY=sha256:0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
        WEB_SITE=https://ltrace.org/
         ENTERED=20150714
         UPDATED=20240823
           SHORT="intercepts and records dynamic library calls"

cat << EOF
ltrace intercepts and records dynamic library calls which are called by an executed
process and the signals received by that process. It can also intercept and print
the system calls executed by the program.
EOF
