gzip: update to 1.6.
This commit is contained in:
parent
4d762c469c
commit
ccf1093069
1 changed files with 3 additions and 12 deletions
|
@ -1,23 +1,14 @@
|
||||||
# Template file for 'gzip'
|
# Template file for 'gzip'
|
||||||
pkgname=gzip
|
pkgname=gzip
|
||||||
version=1.5
|
version=1.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="GNU compression utility (replacement for compress)"
|
short_desc="GNU compression utility (replacement for compress)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/gzip/"
|
homepage="http://www.gnu.org/software/gzip/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
||||||
checksum=b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3
|
checksum=97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i -e '/gets is a/d' lib/stdio.in.h
|
|
||||||
}
|
|
||||||
|
|
||||||
post_build() {
|
|
||||||
mkdir -p ${DESTDIR}/usr/share/info
|
|
||||||
touch -f ${DESTDIR}/usr/share/info/dir
|
|
||||||
}
|
|
||||||
|
|
||||||
gzip_package() {
|
gzip_package() {
|
||||||
conflicts="chroot-gzip>=0"
|
conflicts="chroot-gzip>=0"
|
||||||
|
|
Loading…
Reference in a new issue