gawk: provides/replaces awk.
This commit is contained in:
parent
db7752d1a4
commit
9be5a42799
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gawk'
|
# Template file for 'gawk'
|
||||||
pkgname=gawk
|
pkgname=gawk
|
||||||
version=4.1.1
|
version=4.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-readline"
|
configure_args="--with-readline"
|
||||||
makedepends="readline-devel>=6.3"
|
makedepends="readline-devel>=6.3"
|
||||||
|
@ -13,6 +13,9 @@ homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
||||||
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-${version}.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-${version}.tar.gz"
|
||||||
checksum=556464bd2e4bc5a0fad4526b59623e4be40b4c2f4c663dfaaf246af6e2ec1d62
|
checksum=556464bd2e4bc5a0fad4526b59623e4be40b4c2f4c663dfaaf246af6e2ec1d62
|
||||||
|
|
||||||
|
provides="awk-0_1"
|
||||||
|
replaces="awk>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Create symlinks for bins and manpages.
|
# Create symlinks for bins and manpages.
|
||||||
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
|
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
|
||||||
|
|
Loading…
Reference in a new issue