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