# Description: Librarie pour creer et lire des formats d'archives. # URL: http://people.freebsd.org/~kientzle/libarchive # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: name=libarchive version=3.0.4 release=2 source=( https://github.com/downloads/$name/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr\ --mandir=/usr/share/man\ --infodir=/usr/share/info \ --disable-xattr --without-lzmadec \ --without-xml2 --without-expat \ --without-openssl --disable-acl make make DESTDIR=$PKG install }