void-packages/srcpkgs/gawk/template

24 lines
626 B
Bash
Raw Normal View History

# Template file for 'gawk'
pkgname=gawk
2015-05-21 12:44:29 +00:00
version=4.1.3
2015-08-18 09:52:15 +00:00
revision=3
build_pie=yes
build_style=gnu-configure
configure_args="--with-readline"
makedepends="readline-devel"
short_desc="The GNU awk utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-11-06 07:28:57 +00:00
license="GPL-3"
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
2015-05-23 03:02:31 +00:00
checksum=e3cf55e91e31ea2845f8338bedd91e40671fc30e4d82ea147d220e687abda625
2014-10-28 07:13:29 +00:00
lib32disabled=yes
2014-07-01 07:37:43 +00:00
provides="awk-0_1"
replaces="awk>=0"
pre_configure() {
2012-12-29 08:20:30 +00:00
# Create symlinks for bins and manpages.
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
}