24 lines
980 B
Text
24 lines
980 B
Text
# Template file for 'libarchive'
|
|
pkgname=libarchive
|
|
version=3.0.3
|
|
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>"
|
|
homepage="http://code.google.com/p/libarchive"
|
|
license="BSD"
|
|
checksum=c5fc7620f74a54b1717e4aed38aee85dc27a988ad1db7640f28eb63a82ea62d7
|
|
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
|