void-packages/srcpkgs/gawk/template

16 lines
542 B
Text
Raw Normal View History

# Template file for 'gawk'
pkgname=gawk
2012-03-30 12:53:36 +00:00
version=4.0.1
2011-11-06 07:28:57 +00:00
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="ac_cv_func_working_mktime=yes --with-readline"
short_desc="The GNU awk utility"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-11-06 07:28:57 +00:00
license="GPL-3"
2012-03-30 12:53:36 +00:00
checksum=476dee8bea8bc3b04af5cae502b83ea16edd5b703d20418918f8773889d78c80
long_desc="
The GNU AWK utility, a pattern scanning and processing tool."
Add_dependency build readline-devel