void-packages/srcpkgs/gawk/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

16 lines
503 B
Plaintext

# Template file for 'gawk'
pkgname=gawk
version=3.1.8
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=2146b3cc7a2d2b16a9457e73f14a3cb51a4292575425ed8f16f7e0a5e4f1a50d
long_desc="
The GNU AWK utility, a pattern scanning and processing tool."
Add_dependency run glibc
Add_dependency build gettext
Add_dependency build texinfo