void-packages/srcpkgs/chroot-gawk/template

22 lines
600 B
Bash
Raw Normal View History

2012-02-28 10:45:40 +01:00
# Template file for 'chroot-gawk'
pkgname=chroot-gawk
version=4.0.0
revision=5
2012-02-28 10:45:40 +01:00
wrksrc="gawk-${version}"
build_style=gnu-configure
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
2012-02-28 10:45:40 +01:00
short_desc="The GNU awk utility -- for xbps-src use"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-02-28 10:45:40 +01:00
license="GPL-3"
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="${GNU_SITE}/gawk/gawk-$version.tar.xz"
checksum=abbef4dbab9db0f159c71b941fd93fd1dcb995f5e8a23396d1c2390801c46edf
2012-02-28 10:45:40 +01:00
bootstrap=yes
2014-07-01 11:24:14 +02:00
provides="awk-0_1"
replaces="awk>=0"
2012-02-28 10:45:40 +01:00
post_install() {
rm -rf ${DESTDIR}/usr/share
}