summaryrefslogtreecommitdiff
path: root/tdb
diff options
context:
space:
mode:
Diffstat (limited to 'tdb')
-rw-r--r--tdb/.footprint19
-rw-r--r--tdb/.md5sum2
-rw-r--r--tdb/Pkgfile18
-rw-r--r--tdb/tdb-man-1.2.1.tar.xzbin0 -> 2352 bytes
4 files changed, 39 insertions, 0 deletions
diff --git a/tdb/.footprint b/tdb/.footprint
new file mode 100644
index 000000000..b11c816d4
--- /dev/null
+++ b/tdb/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/tdbbackup
+-rwxr-xr-x root/root usr/bin/tdbdump
+-rwxr-xr-x root/root usr/bin/tdbtool
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/tdb.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libtdb.a
+lrwxrwxrwx root/root usr/lib/libtdb.so -> libtdb.so.1.2.1
+lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.2.1
+-rwxr-xr-x root/root usr/lib/libtdb.so.1.2.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/tdb.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/tdbbackup.8.gz
+-rw-r--r-- root/root usr/man/man8/tdbdump.8.gz
+-rw-r--r-- root/root usr/man/man8/tdbtool.8.gz
diff --git a/tdb/.md5sum b/tdb/.md5sum
new file mode 100644
index 000000000..592729420
--- /dev/null
+++ b/tdb/.md5sum
@@ -0,0 +1,2 @@
+73ea81282a82e5c959d9c082af2d0215 tdb-1.2.1.tar.gz
+07e8fd5f98818e86cbc2b9a7535f884f tdb-man-1.2.1.tar.xz
diff --git a/tdb/Pkgfile b/tdb/Pkgfile
new file mode 100644
index 000000000..6efa59bd8
--- /dev/null
+++ b/tdb/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Trivial DataBase similar gdbm
+# URL: http://tdb.samba.org/
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+
+name=tdb
+version=1.2.1
+release=1
+source=(http://samba.org/ftp/$name/$name-$version.tar.gz
+ $name-man-$version.tar.xz)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/man \
+ --disable-python
+ make
+ make DESTDIR=$PKG install
+}
diff --git a/tdb/tdb-man-1.2.1.tar.xz b/tdb/tdb-man-1.2.1.tar.xz
new file mode 100644
index 000000000..5f2669749
--- /dev/null
+++ b/tdb/tdb-man-1.2.1.tar.xz
Binary files differ

Generated by cgit