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
|
2012-09-23 14:04:38 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-09-23 14:04:38 +02:00
|
|
|
configure_args="--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-09-23 14:04:38 +02:00
|
|
|
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
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
|
|
|
|
2012-09-23 14:04:38 +02:00
|
|
|
pre_configure() {
|
|
|
|
# Create a symlink rather than a hardlink for pgawk.1.
|
|
|
|
sed -i -e "s|ln -f|ln -sf|g" doc/Makefile.in
|
|
|
|
}
|