2008-10-23 17:22:37 +02:00
|
|
|
# Template file for 'gawk'
|
|
|
|
pkgname=gawk
|
2009-08-11 00:10:27 +02:00
|
|
|
version=3.1.7
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2008-10-23 17:22:37 +02:00
|
|
|
build_style=gnu_configure
|
2008-11-26 00:41:13 +01:00
|
|
|
configure_args="ac_cv_func_working_mktime=yes"
|
2008-10-23 17:22:37 +02:00
|
|
|
short_desc="The GNU awk utility"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-08-11 00:10:27 +02:00
|
|
|
checksum=f2a2f3b3053837c56fd42d801419e6a2aa89326c72308a87737da44191713a4d
|
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
|
|
|
|
2009-02-24 07:13:11 +01:00
|
|
|
base_chroot=yes
|
|
|
|
|
|
|
|
Add_dependency run glibc
|