          MODULE=libleakbug
         VERSION=0.1.5
          SOURCE=leakbug-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/leakbug-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/gnupdate/$SOURCE
        WEB_SITE=http://www.gnupdate.org/components/leakbug/
         ENTERED=20020708
         UPDATED=20020708
           SHORT="leakbug reports memory leaks that occur in programs"
cat << EOF
The leakbug library is a small, simple library intended to
show where memory leaks are occuring within a program.

Leakbug does not report leaks due to incorrect use of a
another library (i.e., a function in a library allocates
memory, and you never freed it).
EOF
