2008-12-26 11:02:30 +01:00
|
|
|
# Template file for 'libarchive'
|
|
|
|
pkgname=libarchive
|
2009-02-22 05:57:13 +01:00
|
|
|
sourcepkg=libarchive
|
2009-02-04 21:22:25 +01:00
|
|
|
version=2.6.1
|
|
|
|
distfiles="http://libarchive.googlecode.com/files/$pkgname-$version.tar.gz"
|
2008-12-26 11:02:30 +01:00
|
|
|
build_style=gnu_configure
|
2008-12-27 09:22:43 +01:00
|
|
|
short_desc="Library to read/write tar, cpio, pax, zip, iso9660, etc."
|
2008-12-26 11:02:30 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-04 21:22:25 +01:00
|
|
|
checksum=4d0ad4e5c33aa9725c7d92a42ae605815781372db949cd9906945e6c0d85c179
|
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."
|
|
|
|
|
|
|
|
base_chroot=yes
|
2009-02-18 02:15:05 +01:00
|
|
|
build_depends="gzip-1.3.12 bzip2-1.0.5 zlib-1.2.3 lzma-utils-4.32.7"
|
2009-02-22 05:57:13 +01:00
|
|
|
subpackages="base dev docs libs"
|