          MODULE=tdb
         VERSION=1.2.9
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://www.samba.org/ftp/$MODULE
      SOURCE_VFY=sha1:2e424ad4835245f06963f6b1f9da17a6b30758a1
        WEB_SITE=http://tdb.samba.org
         ENTERED=20070218
         UPDATED=20110213
           SHORT="TDB is a 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
