2008-10-23 00:41:36 +00:00
|
|
|
# Template file for 'gzip'
|
|
|
|
pkgname=gzip
|
2012-06-18 06:33:23 +00:00
|
|
|
version=1.5
|
2013-02-01 10:34:49 +00:00
|
|
|
revision=2
|
|
|
|
conflicts="chroot-gzip>=0"
|
2012-06-18 06:33:23 +00:00
|
|
|
build_style=gnu-configure
|
2008-10-23 00:41:36 +00:00
|
|
|
short_desc="GNU compression utility (replacement for compress)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-06-18 06:33:23 +00:00
|
|
|
homepage="http://www.gnu.org/software/gzip/"
|
|
|
|
license="GPL-3"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
|
|
|
checksum=b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3
|
2008-10-23 00:41:36 +00:00
|
|
|
|
2013-02-19 18:11:01 +00:00
|
|
|
pre_configure() {
|
|
|
|
sed -i -e '/gets is a/d' lib/stdio.in.h
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
}
|