void-packages/srcpkgs/libarchive/template

22 lines
908 B
Plaintext

# Template file for 'libarchive'
pkgname=libarchive
version=3.0.4
distfiles="https://github.com/downloads/libarchive/libarchive/libarchive-$version.tar.gz"
build_style=gnu-configure
configure_args="--without-xml2 --without-nettle"
makedepends="zlib-devel acl-devel openssl-devel liblzma-devel expat-devel"
revision=1
short_desc="Library to read/write several different streaming archive formats"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libarchive.github.com/"
license="BSD"
checksum=76e8d7c7b100ec4071e48c1b7d3f3ea1d22b39db3e45b7189f75b5ff4df90fac
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"