{g,m,n}awk: provides awk-0_1 vpkg.
This commit is contained in:
parent
72b4ac8f29
commit
6e9e187c76
3 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gawk'
|
||||
pkgname=gawk
|
||||
version=4.1.3
|
||||
revision=5
|
||||
revision=6
|
||||
lib32disabled=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -14,6 +14,7 @@ homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
|||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=e3cf55e91e31ea2845f8338bedd91e40671fc30e4d82ea147d220e687abda625
|
||||
|
||||
provides="awk-0_1"
|
||||
alternatives="
|
||||
awk:awk:/usr/bin/gawk
|
||||
awk:awk.1:/usr/share/man/man1/gawk.1"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=mawk
|
|||
_distver=1.3.4
|
||||
_datever=20150503
|
||||
version=${_distver}.${_datever}
|
||||
revision=4
|
||||
revision=5
|
||||
build_style="gnu-configure"
|
||||
short_desc="An interpreter for the AWK Programming Language"
|
||||
maintainer="Ypnose <ypnose@voidlinux.eu>"
|
||||
|
@ -13,6 +13,7 @@ distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
|
|||
checksum=461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f
|
||||
wrksrc=${pkgname}-${_distver}-${_datever}
|
||||
|
||||
provides="awk-0_1"
|
||||
alternatives="
|
||||
awk:awk:/usr/bin/mawk
|
||||
awk:awk.1:/usr/share/man/man1/mawk.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nawk'
|
||||
pkgname=nawk
|
||||
version=20121220
|
||||
revision=3
|
||||
revision=4
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="bison"
|
||||
short_desc="The one, true implementation of AWK"
|
||||
|
@ -11,6 +11,7 @@ homepage="http://cm.bell-labs.com/who/bwk/"
|
|||
distfiles="http://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
|
||||
checksum=8dc092165c5a4e1449f964286483d06d0dbfba4b0bd003cb5dab30de8f6d9b83
|
||||
|
||||
provides="awk-0_1"
|
||||
alternatives="
|
||||
awk:awk:/usr/bin/nawk
|
||||
awk:awk.1:/usr/share/man/man1/nawk.1"
|
||||
|
|
Loading…
Reference in a new issue