mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mawk: provides/replaces awk; create awk symlink; set correct license.
This commit is contained in:
parent
c2bea3c623
commit
db7752d1a4
1 changed files with 10 additions and 3 deletions
|
@ -2,12 +2,19 @@
|
||||||
pkgname=mawk
|
pkgname=mawk
|
||||||
version=1.3.4.20131226
|
version=1.3.4.20131226
|
||||||
_vers=1.3.4-20131226
|
_vers=1.3.4-20131226
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
short_desc="mawk is an interpreter for the AWK Programming Language"
|
short_desc="An interpreter for the AWK Programming Language"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="GPL"
|
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=a89956b60c31dcd626271d1c4f17145fe738daa6e7d4b231320ee26d03a946fc
|
||||||
wrksrc=${pkgname}-${_vers}
|
wrksrc=${pkgname}-${_vers}
|
||||||
|
|
||||||
|
provides="awk-0_1"
|
||||||
|
replaces="awk>=0"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
ln -s mawk ${DESTDIR}/usr/bin/awk
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue