2008-12-26 10:02:30 +00:00
|
|
|
# Template file for 'libarchive'
|
|
|
|
pkgname=libarchive
|
2012-03-31 07:57:17 +00:00
|
|
|
version=3.0.4
|
|
|
|
distfiles="https://github.com/downloads/libarchive/libarchive/libarchive-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-01-04 15:22:48 +00:00
|
|
|
configure_args="--without-xml2 --without-nettle"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="zlib-devel acl-devel openssl-devel liblzma-devel expat-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2010-02-19 16:59:43 +00:00
|
|
|
short_desc="Library to read/write several different streaming archive formats"
|
2008-12-26 10:02:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-31 07:57:17 +00:00
|
|
|
homepage="http://libarchive.github.com/"
|
2011-09-07 09:17:19 +00:00
|
|
|
license="BSD"
|
2012-03-31 07:57:17 +00:00
|
|
|
checksum=76e8d7c7b100ec4071e48c1b7d3f3ea1d22b39db3e45b7189f75b5ff4df90fac
|
2008-12-26 10:02:30 +00: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 16:59:43 +00:00
|
|
|
subpackages="bsdtar bsdcpio $pkgname-devel"
|
2010-10-26 01:09:43 +00:00
|
|
|
|