void-packages/templates/gzip.tmpl
Juan RP 5ef5ca8d35 Simplify templates by not needing $patch_files in some cases.
If exists a patch called $pkgname-fix-{build,install}.diff in the
templates directory, they will be applied automatically. If patches
are named differently $patch_files must be used yet.

--HG--
extra : convert_revision : 21f6edfab580c569b3737280f54a6332c44baa49
2008-10-27 04:08:55 +01:00

16 lines
629 B
Cheetah

# 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."
run_depends="glibc-2.8"