mawk: provides/replaces awk; create awk symlink; set correct license.

This commit is contained in:
Juan RP 2014-07-01 09:36:03 +02:00
parent c2bea3c623
commit db7752d1a4

View file

@ -2,12 +2,19 @@
pkgname=mawk
version=1.3.4.20131226
_vers=1.3.4-20131226
revision=1
revision=2
build_style="gnu-configure"
short_desc="mawk is an interpreter for the AWK Programming Language"
short_desc="An interpreter for the AWK Programming Language"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL"
license="GPL-2"
homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
checksum=a89956b60c31dcd626271d1c4f17145fe738daa6e7d4b231320ee26d03a946fc
wrksrc=${pkgname}-${_vers}
provides="awk-0_1"
replaces="awk>=0"
post_install() {
ln -s mawk ${DESTDIR}/usr/bin/awk
}