Reorganize the templates directory for possible future changes.

Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
This commit is contained in:
Juan RP
2009-02-03 21:35:57 +01:00
parent 6c252d43d4
commit fa2748d9b2
291 changed files with 25 additions and 24 deletions

View File

@@ -0,0 +1,19 @@
# Template file for 'libarchive'
pkgname=libarchive
version=2.5.5
distfiles="http://people.freebsd.org/~kientzle/$pkgname/src/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args=" --disable-bsdcpio --disable-bsdtar --disable-xattr
--disable-acl"
short_desc="Library to read/write tar, cpio, pax, zip, iso9660, etc."
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b566ffd57b6d39ea9614b03df29950064c92015d3324072b053a0bf43375a9a9
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
build_depends="gzip-1.3.12 bzip2-1.0.5 zlib-1.2.3"
run_depends="glibc-2.8 $build_depends"