void-packages/templates/gawk.tmpl
Juan RP 313d514a5d gawk: override configure mktime test, as suggested by
the LFS 6.4 book.

--HG--
extra : convert_revision : 8a7939591634ea01900f0cc622576edde36e252e
2008-11-26 00:41:13 +01:00

15 lines
461 B
Cheetah

# Template file for 'gawk'
pkgname=gawk
version=3.1.6
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="ac_cv_func_working_mktime=yes"
short_desc="The GNU awk utility"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=06dd872da7145088ae08475f7b11e5b9e810b8ead7d78d039003e671bb76ec65
long_desc="
The GNU AWK utility, a pattern scanning and processing tool."
base_chroot=yes
run_depends="glibc-2.8"