           SPELL=tokyocabinet
         VERSION=1.4.11
     SOURCE_HASH=sha512:e859608961b64b8e2397525d8bc56cdb962627dd38c20609648ee6ca58d91b309f80718a546b012fe730884b64a1c3876557f99885b1b24f5bdb6c46675b1abc
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://$SPELL.sf.net/$SOURCE
        WEB_SITE=http://$SPELL.SourceForge.net
      LICENSE[0]=LGPL
         ENTERED=20071208
        KEYWORDS="database"
           SHORT="database library"
cat << EOF
Tokyo Cabinet is a library of routines for managing a database. The database is 
a simple data file containing records, each is a pair of a key and a value. 
Every key and value is serial bytes with variable length. Both binary data and 
character string can be used as a key and a value. There is neither concept of 
data tables nor data types. Records are organized in hash table or B+ tree.
EOF
