void-packages/templates/libarchive/template
Juan RP 529cb677ff libarchive: add lzma-utils builddep.
--HG--
extra : convert_revision : f719b6c806dbf95dcf8bcf632c09c2aa306a8378
2009-03-10 14:49:29 +01:00

22 lines
827 B
Text

# 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 zlib
Add_dependency build lzma-utils
Add_dependency run lzma-utils-libs