vp-build/templates/libarchive/template
Juan RP 8c296e19ae libarchive: update to 2.6.2.
--HG--
extra : convert_revision : bddb5297a87c72863decfc5db1ad703526691842
2009-03-03 17:55:16 +01:00

22 lines
796 B
Plaintext

# Template file for 'libarchive'
pkgname=libarchive
sourcepkg=libarchive
version=2.6.2
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Library to read/write tar, cpio, pax, zip, iso9660, etc."
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=48c27c0ce12e1363e6f7dd87ee5cf65aaad6ebbaa502791e9aa548d1523ebbb1
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."
base_chroot=yes
subpackages="devel"
Add_dependency full bzip2
Add_dependency full lzma-utils-libs
Add_dependency full zlib