           SPELL=libtc
         VERSION=1.1.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
        WEB_SITE=http://libtc.sourceforge.net
          MD5[0]=9d0ef2534a0a73cd8f672d9a7a8be49c
      LICENSE[0]=MIT
         ENTERED=20031107
         UPDATED=20031107
            DOCS="COPYING NEWS README"
           SHORT="Libtc is a collection of useful functions for C programming."
cat << EOF
Libtc is a collection of useful functions for C programming. Features include:
* Linked list
* Hash table
* Red-black tree
* Priority queue
* Configuration file parser
* Reference counting helpers
* Some other useful stuff
Everything is thread safe and reentrant.
EOF
