           SPELL=libgc
         VERSION=7.0
          SOURCE=${SPELL/\lib/}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/\lib/}-$VERSION
   SOURCE_URL[0]=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$SOURCE
     SOURCE_GPG=gurus.gpg:${SOURCE}.sig
      LICENSE[0]=http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt
        WEB_SITE=http://www.hpl.hp.com/personal/Hans_Boehm/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
