2008-10-23 17:22:37 +02:00
|
|
|
# Template file for 'gawk'
|
|
|
|
pkgname=gawk
|
2015-05-21 14:44:29 +02:00
|
|
|
version=4.1.3
|
2015-05-22 11:47:56 +02:00
|
|
|
revision=2
|
2015-03-04 19:44:01 +01:00
|
|
|
build_pie=yes
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-09-23 14:04:38 +02:00
|
|
|
configure_args="--with-readline"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="readline-devel"
|
2008-10-23 17:22:37 +02:00
|
|
|
short_desc="The GNU awk utility"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
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"
|
2015-05-22 11:47:56 +02:00
|
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
2015-05-23 05:02:31 +02:00
|
|
|
checksum=e3cf55e91e31ea2845f8338bedd91e40671fc30e4d82ea147d220e687abda625
|
2008-10-27 07:42:40 +01:00
|
|
|
|
2014-10-28 08:13:29 +01:00
|
|
|
lib32disabled=yes
|
2014-07-01 09:37:43 +02:00
|
|
|
provides="awk-0_1"
|
|
|
|
replaces="awk>=0"
|
|
|
|
|
2012-09-23 14:04:38 +02:00
|
|
|
pre_configure() {
|
2012-12-29 09:20:30 +01:00
|
|
|
# Create symlinks for bins and manpages.
|
|
|
|
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
|
2012-09-23 14:04:38 +02:00
|
|
|
}
|