2008-10-23 17:22:37 +02:00
|
|
|
# Template file for 'gawk'
|
|
|
|
pkgname=gawk
|
2012-03-30 14:53:36 +02:00
|
|
|
version=4.0.1
|
2011-11-06 08:28:57 +01:00
|
|
|
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-01-11 19:25:41 +01:00
|
|
|
configure_args="ac_cv_func_working_mktime=yes --with-readline"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="readline-devel"
|
2008-10-23 17:22:37 +02:00
|
|
|
short_desc="The GNU awk utility"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-06 08:28:57 +01:00
|
|
|
license="GPL-3"
|
2012-03-30 14:53:36 +02:00
|
|
|
checksum=476dee8bea8bc3b04af5cae502b83ea16edd5b703d20418918f8773889d78c80
|
2008-10-23 17:22:37 +02:00
|
|
|
long_desc="
|
|
|
|
The GNU AWK utility, a pattern scanning and processing tool."
|
2008-10-27 07:42:40 +01:00
|
|
|
|