Merge pull request #152 from Ypnose/master

New package: mawk-1.3.4.20130803_1
This commit is contained in:
Juan RP 2013-08-24 11:36:01 -07:00
commit 0399dbec28

19
srcpkgs/mawk/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'mawk'
pkgname=mawk
version=1.3.4.20130803
_vers=1.3.4-20130803
revision=1
build_style="gnu-configure"
short_desc="mawk is an interpreter for the AWK Programming Language"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL"
homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
checksum=a44e2294a4ea7ac33a212cc23a681631b3af49bf3be533c6d33da9ed27d79f7d
wrksrc=${pkgname}-${_vers}
mawk_package() {
pkg_install() {
vmove usr
}
}