void-packages/srcpkgs/chroot-gawk/template

40 lines
1.2 KiB
Bash

# Template file for 'chroot-gawk'
pkgname=chroot-gawk
version=5.3.0
revision=2
build_style=gnu-configure
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
--disable-pma"
short_desc="GNU awk utility -- for xbps-src use"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://directory.fsf.org/wiki/Gawk"
changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
checksum=ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b
repository=bootstrap
bootstrap=yes
provides="awk-0_1"
replaces="awk>=0"
pre_check() {
vsed -i 's/done | more/done/g' test/Makefile
# This fixes tests on glibc, relevant tests on musl are disabled
# because the locale command doesn't exist.
vsed -i 's/en_US.ISO-8859-1//' test/localenl.sh
vsed -i '/^LC_ALL=en_US.ISO-8859-1 passed$/d' test/localenl.ok
case "$XBPS_TARGET_MACHINE" in
*-musl)
vsed -i 's/No child processes/No child process/' test/testext.ok
vsed -i '/testext/d' test/Makefile
vsed -i '/clos1way6/d' test/Makefile ;;
esac
}
post_install() {
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/etc/profile.d ${DESTDIR}/usr/include
}