diff options
Diffstat (limited to 'libarchive/Pkgfile')
-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 } |