commit 9cfebfe2f13eedba76e774ad3d851f68388ad6d0 Author: Juergen Daubert <jue@jue.li> Date: Fri Mar 4 10:03:33 2016 +0100 libarchive: depends on lzo diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index d03fec3..f75c886 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -1,7 +1,7 @@ # Description: Library to create and read several archive formats # URL: http://www.libarchive.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: bzip2, xz, zlib, acl +# Depends on: bzip2 xz zlib acl lzo name=libarchive version=3.1.2 @@ -21,9 +21,9 @@ build() { ./configure --prefix=/usr \ --without-lzmadec \ --without-xml2 \ - --without-expat \ - --without-nettle \ - --without-openssl + --without-expat \ + --without-nettle \ + --without-openssl make make DESTDIR=$PKG install