           SPELL=tokyocabinet
         VERSION=1.3.0
     SOURCE_HASH=sha512:c8d04d0c763b063eac39ff59ce073080ff71f2cb277670a8359c596fcc6b5d8d2c22d26e65563cea6dd3ebd5a09d0ab7a3d23d7bbedcc0facfc67d5d3e28eb16
          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
