gawk: use symlink for pgawk.1 rather than hardlink.
This commit is contained in:
parent
ce3ebf8f2d
commit
a9435e6574
1 changed files with 8 additions and 4 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'gawk'
|
# Template file for 'gawk'
|
||||||
pkgname=gawk
|
pkgname=gawk
|
||||||
version=4.0.1
|
version=4.0.1
|
||||||
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
revision=2
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_func_working_mktime=yes --with-readline"
|
configure_args="--with-readline"
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
revision=1
|
|
||||||
short_desc="The GNU awk utility"
|
short_desc="The GNU awk utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
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
|
checksum=476dee8bea8bc3b04af5cae502b83ea16edd5b703d20418918f8773889d78c80
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU AWK utility, a pattern scanning and processing tool."
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue