           SPELL=libtc
         VERSION=1.1.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
        WEB_SITE=http://libtc.sourceforge.net
     SOURCE_HASH=sha512:d21a833cabb5a9e76ff0f1bdd6b2b59a74cf67e0ac8c18a19a1957fcb69da46b2cfc3f7230c4a377b69f21164f0e32efb40fb960e34947522c2a52e5f46ee7fd
      LICENSE[0]=MIT
         ENTERED=20031107
            DOCS="COPYING NEWS README"
        KEYWORDS="libs"
           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
