diff options
author | sibel <lesibel@free.fr> | 2011-05-25 07:58:46 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-05-25 07:58:46 +0200 |
commit | 777195c5f58a093f234d778262eb2db324993d1e (patch) | |
tree | b5bf126fe6ea9a03e79030cfeeb104d08bf67095 /extra/talloc | |
parent | c7c05f8d40fb0f10c2aa9aa1144a55ae11c5a40d (diff) | |
download | nutyx-extra-777195c5f58a093f234d778262eb2db324993d1e.tar.gz nutyx-extra-777195c5f58a093f234d778262eb2db324993d1e.tar.bz2 nutyx-extra-777195c5f58a093f234d778262eb2db324993d1e.tar.xz nutyx-extra-777195c5f58a093f234d778262eb2db324993d1e.zip |
talloc 2.0.5-4. correction Run on
Diffstat (limited to 'extra/talloc')
-rw-r--r-- | extra/talloc/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/talloc/Pkgfile b/extra/talloc/Pkgfile index 8701c3dc1..9ae8ccedf 100644 --- a/extra/talloc/Pkgfile +++ b/extra/talloc/Pkgfile @@ -1,17 +1,19 @@ -# Description: Un allocateur basé sur un pool hiÃrarchique de mémoire avec destructeurs +# Description: Un allocateur base 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 # Depends on: libxslt, docbook-xsl +# Run on: libxslt,docbook-xsl name=talloc version=2.0.5 -release=3 +release=4 + source=(http://samba.org/ftp/$name/$name-$version.tar.gz) + build() { unset MAKEFLAGS cd $name-$version -#for i in `find . -exec grep -l 'env\ python$' {} \;`;do sed -i "s/env\ python/env\ python2/" $i;done sed -i -e 's#python#python2#g' buildtools/bin/waf ./configure --prefix=/usr \ --sysconfdir=/etc/samba \ |