summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-07-16 11:24:31 +0200
committerpiernov <piernov@piernov.org>2012-08-06 14:24:05 +0200
commit72c143b71081994e58145fcf460fec59a3797883 (patch)
tree3f9b28fe9857a1ce09d4800a295cb7b6c7cc15ae
parentcafa88c2d8fcafc19a5b4e21cc87f14e0cea79bf (diff)
downloadnutyx-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)
-rwxr-xr-xlibarchive/Pkgfile5
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
}