summaryrefslogtreecommitdiffstats
path: root/ldb/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-25 01:36:08 +0200
committerpiernov <piernov@piernov.org>2011-10-25 01:36:08 +0200
commit9abe84642e23f641798bcd649f94590a5397e5aa (patch)
tree4d9f1191bd722c298b71e55b6c91b7f87c41d385 /ldb/Pkgfile
parent375f69ff661edb1e1fe675961f103e24d1ed8a1a (diff)
downloadgnome3-9abe84642e23f641798bcd649f94590a5397e5aa.tar.gz
gnome3-9abe84642e23f641798bcd649f94590a5397e5aa.tar.bz2
gnome3-9abe84642e23f641798bcd649f94590a5397e5aa.tar.xz
gnome3-9abe84642e23f641798bcd649f94590a5397e5aa.zip
ldb 1.1.3-1 ajout port
Diffstat (limited to 'ldb/Pkgfile')
-rwxr-xr-xldb/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/ldb/Pkgfile b/ldb/Pkgfile
new file mode 100755
index 0000000..a592533
--- /dev/null
+++ b/ldb/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Bibliothèque de la base de donnée embarqué de SaMBa
+# URL: http://ldb.samba.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: talloc, openldap, tevent, tdb
+# Run on: talloc,openldap,tevent,tdb
+
+name=ldb
+version=1.1.3
+release=1
+source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ sed "s|#!/usr/bin/env python|#!/usr/bin/env python2|" -i buildtools/bin/waf
+ ./configure --prefix=/usr \
+ --with-modulesdir=/usr/lib
+ make
+ make DESTDIR=$PKG install
+}