diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-17 23:37:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-17 23:37:40 +0100 |
commit | bdfafb2228b227ee0cd51142c4ffe8dc18a547cd (patch) | |
tree | 9740e4f0952839faa923c4f3f2949206e569204b /base/talloc/Pkgfile | |
parent | b82f913a63ea72b7cfc41a8b8e3a44a79aa024fc (diff) | |
download | nutyx-pakxe-bdfafb2228b227ee0cd51142c4ffe8dc18a547cd.tar.gz nutyx-pakxe-bdfafb2228b227ee0cd51142c4ffe8dc18a547cd.tar.bz2 nutyx-pakxe-bdfafb2228b227ee0cd51142c4ffe8dc18a547cd.tar.xz nutyx-pakxe-bdfafb2228b227ee0cd51142c4ffe8dc18a547cd.zip |
talloc, maj 2.0.5-1
Diffstat (limited to 'base/talloc/Pkgfile')
-rw-r--r-- | base/talloc/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/base/talloc/Pkgfile b/base/talloc/Pkgfile index b8af5bcd7..eb626df42 100644 --- a/base/talloc/Pkgfile +++ b/base/talloc/Pkgfile @@ -4,17 +4,16 @@ # Maintainer: NuTyX core team name=talloc -version=2.0.1 +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 \ - --enable-largefile + --enable-talloc-compat1 make make DESTDIR=$PKG/ install -chmod 644 $PKG/usr/lib/libtalloc.a } |