2008-10-23 00:41:36 +00:00
|
|
|
# Template file for 'gzip'
|
|
|
|
pkgname=gzip
|
2010-01-22 22:14:42 +00:00
|
|
|
version=1.4
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-12 01:54:14 +00:00
|
|
|
revision=1
|
2008-10-23 00:41:36 +00:00
|
|
|
short_desc="GNU compression utility (replacement for compress)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-01-22 22:14:42 +00:00
|
|
|
checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee
|
2008-10-23 00:41:36 +00:00
|
|
|
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."
|
|
|
|
|
2011-11-15 15:03:36 +00:00
|
|
|
post_build() {
|
2009-03-18 09:02:43 +00:00
|
|
|
mkdir -p ${DESTDIR}/usr/share/info
|
|
|
|
touch -f ${DESTDIR}/usr/share/info/dir
|
|
|
|
}
|