diff options
author | Juergen Daubert <jue@jue.li> | 2010-03-25 11:34:50 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-03-25 11:34:50 +0100 |
commit | 1a2cbbbabbccd26de1f01953b3d5771f23caa64d (patch) | |
tree | 7936fb682079160b3b85cc497661f455037a0451 /tdb | |
parent | 0329990259ca485342b0508929445e3a487d7f8e (diff) | |
download | opt-1a2cbbbabbccd26de1f01953b3d5771f23caa64d.tar.gz opt-1a2cbbbabbccd26de1f01953b3d5771f23caa64d.tar.xz |
tdb: initial release
Diffstat (limited to 'tdb')
-rw-r--r-- | tdb/.footprint | 19 | ||||
-rw-r--r-- | tdb/.md5sum | 2 | ||||
-rw-r--r-- | tdb/Pkgfile | 18 | ||||
-rw-r--r-- | tdb/tdb-man-1.2.1.tar.xz | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..5f2669749 --- /dev/null +++ b/tdb/tdb-man-1.2.1.tar.xz |