20 lines
569 B
Text
20 lines
569 B
Text
# Template file for 'mawk'
|
|
pkgname=mawk
|
|
version=1.3.4.20131226
|
|
_vers=1.3.4-20131226
|
|
revision=2
|
|
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=a89956b60c31dcd626271d1c4f17145fe738daa6e7d4b231320ee26d03a946fc
|
|
wrksrc=${pkgname}-${_vers}
|
|
|
|
provides="awk-0_1"
|
|
replaces="awk>=0"
|
|
|
|
post_install() {
|
|
ln -s mawk ${DESTDIR}/usr/bin/awk
|
|
}
|