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

16
templates/gzip/template Normal file
View File

@@ -0,0 +1,16 @@
# Template file for 'gzip'
pkgname=gzip
version=1.3.12
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="GNU compression utility (replacement for compress)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3f565be05f7f3d1aff117c030eb7c738300510b7d098cedea796ca8e4cd587af
long_desc="
gzip (GNU zip) is a compression utility designed to be a replacement for
'compress'. Its main advantages over compress are much better compression
and freedom from patented algorithms. The GNU Project uses it as the
standard compression program for its system."
base_chroot=yes
run_depends="glibc-2.8"