void-packages/srcpkgs/libarchive/template

22 lines
691 B
Text
Raw Normal View History

# Template file for 'libarchive'
pkgname=libarchive
version=3.1.2
revision=1
2013-02-06 16:07:55 +00:00
subpackages="bsdtar bsdcpio $pkgname-devel"
build_style=gnu-configure
configure_args="--without-xml2 --without-nettle"
2013-02-06 16:07:55 +00:00
makedepends="acl-devel openssl-devel liblzma-devel expat-devel"
short_desc="Library to read/write several different streaming archive formats"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.libarchive.org/"
2011-09-07 09:17:19 +00:00
license="BSD"
distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz"
checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
2013-02-06 16:10:58 +00:00
if [ "$XBPS_CROSS_BUILD" ]; then
hostmakedepends="automake"
pre_configure() {
./build/autogen.sh
}
2013-02-06 16:10:58 +00:00
fi