22 lines
605 B
Bash
22 lines
605 B
Bash
# Template file for 'mawk'
|
|
pkgname=mawk
|
|
_distver=1.3.4
|
|
_datever=20150503
|
|
version=${_distver}.${_datever}
|
|
revision=1
|
|
build_style="gnu-configure"
|
|
short_desc="An interpreter for the AWK Programming Language"
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
license="GPL-2"
|
|
homepage="http://invisible-island.net/mawk/mawk.html"
|
|
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
|
|
checksum=461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f
|
|
wrksrc=${pkgname}-${_distver}-${_datever}
|
|
|
|
provides="awk-0_1"
|
|
replaces="awk>=0"
|
|
|
|
post_install() {
|
|
ln -s mawk ${DESTDIR}/usr/bin/awk
|
|
}
|