summaryrefslogtreecommitdiff
path: root/tdb/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-03-25 11:34:50 +0100
committerJuergen Daubert <jue@jue.li>2010-03-25 11:34:50 +0100
commit1a2cbbbabbccd26de1f01953b3d5771f23caa64d (patch)
tree7936fb682079160b3b85cc497661f455037a0451 /tdb/Pkgfile
parent0329990259ca485342b0508929445e3a487d7f8e (diff)
downloadopt-1a2cbbbabbccd26de1f01953b3d5771f23caa64d.tar.gz
opt-1a2cbbbabbccd26de1f01953b3d5771f23caa64d.tar.xz
tdb: initial release
Diffstat (limited to 'tdb/Pkgfile')
-rw-r--r--tdb/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}

Generated by cgit