gawk: use symlink for pgawk.1 rather than hardlink.

This commit is contained in:
Juan RP 2012-09-23 14:04:38 +02:00
parent ce3ebf8f2d
commit a9435e6574

View file

@ -1,16 +1,20 @@
# Template file for 'gawk'
pkgname=gawk
version=4.0.1
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
revision=2
build_style=gnu-configure
configure_args="ac_cv_func_working_mktime=yes --with-readline"
configure_args="--with-readline"
makedepends="readline-devel"
revision=1
short_desc="The GNU awk utility"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=476dee8bea8bc3b04af5cae502b83ea16edd5b703d20418918f8773889d78c80
long_desc="
The GNU AWK utility, a pattern scanning and processing tool."
pre_configure() {
# Create a symlink rather than a hardlink for pgawk.1.
sed -i -e "s|ln -f|ln -sf|g" doc/Makefile.in
}