21 lines
608 B
Text
21 lines
608 B
Text
# Template file for 'chroot-gawk'
|
|
pkgname=chroot-gawk
|
|
version=4.0.0
|
|
revision=4
|
|
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
|
|
provides="awk-0_1"
|
|
replaces="awk>=0"
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share
|
|
}
|