           SPELL=tc2
         VERSION=0.6.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://tc2.sourceforge.net
     SOURCE_HASH=sha512:c22861f287b32b5d9b12ce2cd4e742d7d38aaa57fa52da52ed5cef8f1ab3fa0df9c73cd5f210439c54aa800d6017559abf2a99d54a02a0e9387e451fbef61bd4
      LICENSE[0]=MIT
         ENTERED=20031107
        KEYWORDS="libs"
           SHORT="TC2 is library for writing modular programs."
cat << EOF
TC2 is library for writing modular programs. A TC2 application consists of a
set of modules, each implementing one or more separately defined interfaces.
When a module uses a function defined by some interface, a module implementing
that interface is automatically loaded. TC2 keeps track of dependencies between
modules and automatically unloads modules when they are no longer required, as
well as preventing unloading of modules in use.
EOF
