2008-12-26 11:02:30 +01:00
|
|
|
# Template file for 'libarchive'
|
|
|
|
pkgname=libarchive
|
2010-03-13 06:28:43 +01:00
|
|
|
version=2.8.1
|
2009-02-04 21:22:25 +01:00
|
|
|
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
|
2008-12-26 11:02:30 +01:00
|
|
|
build_style=gnu_configure
|
2010-02-19 17:59:43 +01:00
|
|
|
configure_args="--without-xml2"
|
|
|
|
short_desc="Library to read/write several different streaming archive formats"
|
2008-12-26 11:02:30 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-03-13 06:28:43 +01:00
|
|
|
checksum=bb15c5694c2d7909b235a88c8c4fc5f5beb01931db77981e815da2dfa564a1ca
|
2008-12-26 11:02:30 +01:00
|
|
|
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."
|
|
|
|
|
2010-02-19 17:59:43 +01:00
|
|
|
subpackages="bsdtar bsdcpio $pkgname-devel"
|
2010-01-07 21:35:09 +01:00
|
|
|
Add_dependency run glibc
|
2009-12-27 17:15:40 +01:00
|
|
|
Add_dependency run bzip2
|
|
|
|
Add_dependency run zlib
|
|
|
|
Add_dependency run attr
|
|
|
|
Add_dependency run acl
|
|
|
|
Add_dependency run openssl
|
|
|
|
Add_dependency run xz
|
2010-02-19 17:59:43 +01:00
|
|
|
Add_dependency run expat
|
2009-12-27 17:15:40 +01:00
|
|
|
Add_dependency build bzip2-devel
|
|
|
|
Add_dependency build zlib-devel
|
|
|
|
Add_dependency build attr-devel
|
|
|
|
Add_dependency build acl-devel
|
|
|
|
Add_dependency build openssl-devel
|
|
|
|
Add_dependency build xz-devel
|
2010-02-19 17:59:43 +01:00
|
|
|
Add_dependency build expat-devel
|