void-packages/srcpkgs/libarchive/template

26 lines
1013 B
Plaintext
Raw Normal View History

# Template file for 'libarchive'
pkgname=libarchive
version=3.0.2
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--without-xml2 --without-nettle"
short_desc="Library to read/write several different streaming archive formats"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-07 11:17:19 +02:00
homepage="http://code.google.com/p/libarchive"
license="BSD"
checksum=b27a10182f4fc3f69d01419a59ddb16fccf5df8c4b166008c04f41905e29fd74
long_desc="
Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar variants,
several cpio formats, and both BSD and GNU ar variants. It can also write
shar archives and read ISO9660 CDROM images and ZIP archives."
subpackages="bsdtar bsdcpio $pkgname-devel"
Add_dependency build bzip2-devel
Add_dependency build zlib-devel
Add_dependency build acl-devel
Add_dependency build openssl-devel
Add_dependency build liblzma-devel
Add_dependency build expat-devel