summaryrefslogtreecommitdiffstats
path: root/base/talloc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/talloc/Pkgfile')
-rw-r--r--base/talloc/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/talloc/Pkgfile b/base/talloc/Pkgfile
new file mode 100644
index 000000000..6a6f3f8f9
--- /dev/null
+++ b/base/talloc/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Un allocateur basé sur un pool hiÃrarchique de mémoire avec destructeurs
+# URL: http://tdb.samba.org/
+# Packager: thierryn1 at hispeed dot ch
+# Maintainer: NuTyX core team
+
+name=talloc
+version=2.0.1
+release=1
+source=(http://samba.org/ftp/$name/$name-$version.tar.gz)
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --enable-talloc-compat1 \
+ --enable-largefile
+make
+make DESTDIR=$PKG/ install
+chmod 644 $PKG/usr/lib/libtalloc.a
+}