2012-02-28 09:45:40 +00:00
|
|
|
# Template file for 'chroot-gawk'
|
|
|
|
pkgname=chroot-gawk
|
|
|
|
version=4.0.0
|
2014-03-17 10:30:39 +00:00
|
|
|
revision=3
|
2012-02-28 09:45:40 +00:00
|
|
|
wrksrc="gawk-${version}"
|
|
|
|
build_style=gnu-configure
|
2013-02-02 16:53:09 +00:00
|
|
|
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
|
2012-02-28 09:45:40 +00:00
|
|
|
short_desc="The GNU awk utility -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
2013-02-02 16:53:09 +00:00
|
|
|
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz"
|
2012-02-28 09:45:40 +00:00
|
|
|
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
|
|
|
|
|
|
|
|
bootstrap=yes
|
2014-01-01 15:10:11 +00:00
|
|
|
conflicts="gawk>=0"
|
2014-03-17 10:30:39 +00:00
|
|
|
provides="gawk-${version}_${revision}"
|
2012-02-28 09:45:40 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share
|
|
|
|
}
|