           SPELL=tokyocabinet
         VERSION=1.4.43
     SOURCE_HASH=sha512:9c588e7f732af2ee046091f8c3ae297a4195762f9f13879777d907f36604d2282b7dc8f88d9e7f7fbdadd2a3b3124162eca4b5ea9d52cba4c77956bcc680302f
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://1978th.net/tokyocabinet/
   SOURCE_URL[0]=$WEB_SITE/$SOURCE
      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
