24 lines
988 B
Text
24 lines
988 B
Text
# 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"
|
|
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"
|
|
|
|
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
|