summaryrefslogtreecommitdiffstats
path: root/database/tdb/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/tdb/DETAILS')
-rwxr-xr-xdatabase/tdb/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/database/tdb/DETAILS b/database/tdb/DETAILS
new file mode 100755
index 0000000000..afcd94a351
--- /dev/null
+++ b/database/tdb/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=tdb
+ VERSION=1.2.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://samba.org/ftp/$SPELL/$SOURCE
+# SOURCE2_URL[0]=$SOURCE_URL.asc
+# SOURCE_GPG=jelmer.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_HASH=sha512:f267d8bb7a3db2dbacfe854cad7cd37c0045ccd97acfe5ed374ea4baa35968f93bf3ae7f64311610d891607c6810e622e61a590bdaffcea7697f4ee93540ec9a
+# SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=GPL
+ WEB_SITE=http://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