           SPELL=libgc
         VERSION=7.2
     SOURCE_HASH=sha512:a121b570deed1e6c3f5bac110704a53e3baa63b303da90999036d1196836b3853dfb7f6dae1e4f93bc3bcddabec353669eca3dfa44b804a59944a0d434cd432f
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
          SOURCE=${SPELL/\lib/}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/\lib/}-$VERSION
   SOURCE_URL[0]=http://www.hboehm.info/gc/gc_source/${SOURCE}
      LICENSE[0]=http://www.hboehm.info/gc/license.txt
        WEB_SITE=http://www.hboehm.info/gc/
        KEYWORDS="devel"
         ENTERED=20030625
           SHORT="A garbage collector for C and C++"
cat << EOF
The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage
collecting replacement for C malloc or C++ new. It is also used by a number of
programming language implementations that use C as intermediate code.
Alternatively, it may be used as a leak detector for C or C++ programs, though
that is not its primary goal.
EOF
