2008-10-23 02:41:36 +02:00
|
|
|
# Template file for 'gzip'
|
|
|
|
pkgname=gzip
|
|
|
|
version=1.3.12
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
2008-10-23 02:41:36 +02:00
|
|
|
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."
|
|
|
|
|
2008-10-27 07:42:40 +01:00
|
|
|
base_chroot=yes
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|
2009-03-18 10:02:43 +01:00
|
|
|
|
|
|
|
post_build()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/share/info
|
|
|
|
touch -f ${DESTDIR}/usr/share/info/dir
|
|
|
|
}
|