mawk: update to 1.3.4-20140914.
This commit is contained in:
parent
5c5c256d50
commit
35f4062160
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'mawk'
|
# Template file for 'mawk'
|
||||||
pkgname=mawk
|
pkgname=mawk
|
||||||
version=1.3.4.20131226
|
_distver=1.3.4
|
||||||
_vers=1.3.4-20131226
|
_datever=20140914
|
||||||
revision=2
|
version=${_distver}.${_datever}
|
||||||
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
short_desc="An interpreter for the AWK Programming Language"
|
short_desc="An interpreter for the AWK Programming Language"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://invisible-island.net/mawk/mawk.html"
|
homepage="http://invisible-island.net/mawk/mawk.html"
|
||||||
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
|
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
|
||||||
checksum=a89956b60c31dcd626271d1c4f17145fe738daa6e7d4b231320ee26d03a946fc
|
checksum=fb8fb2b7a4906c49d5262344835ab96c9e1ca82ad532c15fb81c51a5a77e0e78
|
||||||
wrksrc=${pkgname}-${_vers}
|
wrksrc=${pkgname}-${_distver}-${_datever}
|
||||||
|
|
||||||
provides="awk-0_1"
|
provides="awk-0_1"
|
||||||
replaces="awk>=0"
|
replaces="awk>=0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue