From 9be5a42799ba384e54d64254fb99ad237a4788a7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 1 Jul 2014 09:37:43 +0200 Subject: [PATCH] gawk: provides/replaces awk. --- srcpkgs/gawk/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template index 5c26e4e6c9b..20c6556c45b 100644 --- a/srcpkgs/gawk/template +++ b/srcpkgs/gawk/template @@ -1,7 +1,7 @@ # Template file for 'gawk' pkgname=gawk version=4.1.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-readline" 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" checksum=556464bd2e4bc5a0fad4526b59623e4be40b4c2f4c663dfaaf246af6e2ec1d62 +provides="awk-0_1" +replaces="awk>=0" + pre_configure() { # Create symlinks for bins and manpages. sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in