          MODULE=ltrace
         VERSION=0.8.1
          SOURCE=${MODULE}_${VERSION}.orig.tar.bz2
      SOURCE_URL=https://gitlab.com/cespedes/ltrace/-/archive/$VERSION/
      SOURCE_VFY=sha256:e4bf7ccc9551a7667a3f79122a04f985c8204c58e189bac25bb59c7331013cdf
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-7ef6e6097586b751cce298c256a919404dab259d
        WEB_SITE=https://ltrace.org/
         ENTERED=20150714
         UPDATED=20260403
           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
