diff options
Diffstat (limited to 'base/talloc/Pkgfile')
-rw-r--r-- | base/talloc/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/base/talloc/Pkgfile b/base/talloc/Pkgfile deleted file mode 100644 index eb626df42..000000000 --- a/base/talloc/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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.5 -release=1 -source=(http://samba.org/ftp/$name/$name-$version.tar.gz) -build() { -cd $name-$version -for i in `find . -exec grep -l python {} \;`;do sed -i "s/env\ python/env\ python2/" $i;done -./configure --prefix=/usr \ - --sysconfdir=/etc/samba \ - --localstatedir=/var \ - --enable-talloc-compat1 -make -make DESTDIR=$PKG/ install -} |