description="Library to create and read several archive formats" packager="" maintainer="CRUX System Team, core-ports at crux dot nu" url="http://people.freebsd.org/~kientzle/libarchive/" depends=(bzip2 xz zlib acl) name=libarchive version=2.8.4 release=1 source=(http://libarchive.googlecode.com/files/libarchive-2.8.4.tar.gz) build () { cd libarchive-$version; ./configure --prefix=/usr --mandir=/usr/man --without-lzmadec --without-xml2 --without-expat --without-openssl; make; make DESTDIR=$PKG install }