           SPELL=tdb
         VERSION=1.4.15
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://samba.org/ftp/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.samba.org/pub/$SPELL/$SOURCE
     SOURCE_HASH=sha512:1d2aeffaa4192dbd05b6f6356e7ceed50c4c18ed7080f6ecc9b7731cd7875e9822feafe1c1b281fc369fcd01c972441b5aed4104a421f0f985925815bfa4ed09
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      LICENSE[0]=GPL
        WEB_SITE=https://tdb.samba.org/
         ENTERED=20020210
        KEYWORDS="database libs"
           SHORT="Trivial Database"
cat << EOF
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on each
other. TDB is also extremely small.
EOF
