diff options
author | Sibelle <sibelle at gmail dot com> | 2010-12-23 20:01:50 +0000 |
---|---|---|
committer | Sibelle <sibelle at gmail dot com> | 2010-12-23 20:01:50 +0000 |
commit | fdc18471f8cf3b316ede5b1d46ea443a189e9dd5 (patch) | |
tree | d1ca3a8e8d29ce0278e8be468cb783391281ed12 | |
parent | d1fee5b47c613940d037cc5fce8e628df0a5702d (diff) | |
download | nutyx-extra-fdc18471f8cf3b316ede5b1d46ea443a189e9dd5.tar.gz nutyx-extra-fdc18471f8cf3b316ede5b1d46ea443a189e9dd5.tar.bz2 nutyx-extra-fdc18471f8cf3b316ede5b1d46ea443a189e9dd5.tar.xz nutyx-extra-fdc18471f8cf3b316ede5b1d46ea443a189e9dd5.zip |
ajout de talloc#2.0.1-1
-rw-r--r-- | base/talloc/.footprint | 13 | ||||
-rw-r--r-- | base/talloc/.md5sum | 1 | ||||
-rw-r--r-- | base/talloc/Pkgfile | 20 |
3 files changed, 34 insertions, 0 deletions
diff --git a/base/talloc/.footprint b/base/talloc/.footprint new file mode 100644 index 000000000..10bddb10d --- /dev/null +++ b/base/talloc/.footprint @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/talloc.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libtalloc-compat1-2.0.1.so +-rw-r--r-- root/root usr/lib/libtalloc.a +-rwxr-xr-x root/root usr/lib/libtalloc.so.2.0.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/talloc.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/talloc.3.gz diff --git a/base/talloc/.md5sum b/base/talloc/.md5sum new file mode 100644 index 000000000..24f864ab1 --- /dev/null +++ b/base/talloc/.md5sum @@ -0,0 +1 @@ +c6e736540145ca58cb3dcb42f91cf57b talloc-2.0.1.tar.gz 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 +} |