diff options
author | orchidman <lesibel@free.fr> | 2012-07-16 11:24:31 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-08-06 14:24:05 +0200 |
commit | 72c143b71081994e58145fcf460fec59a3797883 (patch) | |
tree | 3f9b28fe9857a1ce09d4800a295cb7b6c7cc15ae /libarchive | |
parent | cafa88c2d8fcafc19a5b4e21cc87f14e0cea79bf (diff) | |
download | nutyx-pakxe-72c143b71081994e58145fcf460fec59a3797883.tar.gz nutyx-pakxe-72c143b71081994e58145fcf460fec59a3797883.tar.bz2 nutyx-pakxe-72c143b71081994e58145fcf460fec59a3797883.tar.xz nutyx-pakxe-72c143b71081994e58145fcf460fec59a3797883.zip |
libarchive 3.0.4
(cherry picked from commit 7e45ae074a2b4222068518199a063a2043ac1389)
Diffstat (limited to 'libarchive')
-rwxr-xr-x | libarchive/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index 1e1b9b9a2..00e171555 100755 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -2,10 +2,11 @@ # URL: http://people.freebsd.org/~kientzle/libarchive # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch +# Depends on: acl name=libarchive version=3.0.4 -release=1 +release=2 source=( https://github.com/downloads/$name/$name/$name-$version.tar.gz) @@ -17,7 +18,7 @@ cd $name-$version --infodir=/usr/share/info \ --disable-xattr --without-lzmadec \ --without-xml2 --without-expat \ - --without-openssl + --without-openssl --disable-acl make make DESTDIR=$PKG install } |