           SPELL=dbh
         VERSION=4.5.0
#     SOURCE_HASH=sha512:1ad68dc04314e11f024fd4a0b440839f70cc885c019563c906a3134d72dc717544e67b40171fcee50ac92ebfc3266fb58afbbe658803996328c2bc5ae71bec7a
#          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
#   SOURCE_URL[0]=${SOURCEFORGE_URL}/dbh/$SOURCE
        WEB_SITE=http://dbh.sourceforge.net
      LICENSE[0]=QPL
         ENTERED=20030608
        KEYWORDS="disk hashtable"
      PATCHLEVEL=2
           SHORT="DBH is a library to create Disk Based Hashtables on POSIX systems"
cat << EOF
A DBH is a convenient way to associate keys composed by characters to data
records. Any kind of digital information can go into the data record, such as
text, graphic information, database structures, you name it. The idea behind
using a DBH is to get rid of what is known as an index file in the database
world. In the DBH world, the index is built into the file format.
EOF
