          MODULE=libleakbug
         VERSION=0.1.5
          SOURCE=leakbug-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/leakbug-$VERSION
      SOURCE_URL=$SFORGE_URL/gnupdate/
      SOURCE_VFY=sha1:4ad1bfe23534589172283ea38dadbe344834b20a
        WEB_SITE=http://www.gnupdate.org/components/leakbug/
         ENTERED=20020708
         UPDATED=20020708
           SHORT="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.  It does not however
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
