22 lines
606 B
Bash
22 lines
606 B
Bash
# Template file for 'chroot-gawk'
|
|
pkgname=chroot-gawk
|
|
version=4.2.1
|
|
revision=1
|
|
wrksrc="gawk-${version}"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
|
|
short_desc="The GNU awk utility -- for xbps-src use"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://directory.fsf.org/wiki/Gawk"
|
|
distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
|
|
checksum=d1119785e746d46a8209d28b2de404a57f983aa48670f4e225531d3bdc175551
|
|
|
|
bootstrap=yes
|
|
provides="awk-0_1"
|
|
replaces="awk>=0"
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share
|
|
}
|