3bd02b71ef
Closes #9370.
21 lines
608 B
Bash
21 lines
608 B
Bash
# Template file for 'gzip'
|
|
pkgname=gzip
|
|
version=1.8
|
|
revision=4
|
|
bootstrap=yes
|
|
build_style=gnu-configure
|
|
short_desc="GNU compression utility (replacement for compress)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.gnu.org/software/gzip/"
|
|
license="GPL-3"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=ff1767ec444f71e5daf8972f6f8bf68cfcca1d2f76c248eb18e8741fc91dbbd3
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) configure_args+=" DEFS=NO_ASM gl_cv_func_fflush_stdin=yes" ;;
|
|
esac
|
|
|
|
pre_check() {
|
|
# help-version test is know to fail
|
|
sed -i '1721,1727d;1447d' tests/Makefile
|
|
}
|