void-packages/srcpkgs/chroot-gawk/template

22 lines
618 B
Plaintext

# Template file for 'chroot-gawk'
pkgname=chroot-gawk
version=4.0.0
revision=2
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@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz"
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
bootstrap=yes
conflicts="gawk>=0"
provides="gawk-${version}"
post_install() {
rm -rf ${DESTDIR}/usr/share
}