chroot-gzip: make this build with glibc-2.17.
This commit is contained in:
parent
a0c2cb48c6
commit
b5a7dad798
1 changed files with 8 additions and 11 deletions
|
@ -2,26 +2,23 @@
|
||||||
pkgname=chroot-gzip
|
pkgname=chroot-gzip
|
||||||
version=1.4
|
version=1.4
|
||||||
wrksrc="gzip-${version}"
|
wrksrc="gzip-${version}"
|
||||||
distfiles="http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="GNU compression utility -- for xbps-src use"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee
|
|
||||||
homepage="http://www.gnu.org/software/gzip/"
|
homepage="http://www.gnu.org/software/gzip/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
long_desc="
|
short_desc="GNU compression utility -- for xbps-src use"
|
||||||
gzip (GNU zip) is a compression utility designed to be a replacement for
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
compress. Its main advantages over compress are much better compression
|
distfiles="http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.gz"
|
||||||
and freedom from patented algorithms. The GNU Project uses it as the
|
checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee
|
||||||
standard compression program for its system.
|
|
||||||
|
|
||||||
This package is only meant to be used by xbps-src, don't install it manually."
|
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="gzip>=0"
|
conflicts="gzip>=0"
|
||||||
provides="gzip-${version}"
|
provides="gzip-${version}"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i -e '/gets is a/d' lib/stdio.in.h
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue