17 lines
582 B
Text
17 lines
582 B
Text
# Template file for 'gawk'
|
|
pkgname=gawk
|
|
version=4.0.0
|
|
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"
|
|
revision=2
|
|
short_desc="The GNU awk utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
|
|
long_desc="
|
|
The GNU AWK utility, a pattern scanning and processing tool."
|
|
|
|
Add_dependency build gettext
|
|
Add_dependency build readline-devel
|