void-packages/srcpkgs/libarchive/template

27 lines
1,007 B
Plaintext

# Template file for 'libarchive'
pkgname=libarchive
version=2.8.5
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--without-xml2"
revision=1
short_desc="Library to read/write several different streaming archive formats"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/libarchive"
license="BSD"
checksum=13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d
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