mk-configure: update to 0.32.0.
This commit is contained in:
parent
75ccc2f551
commit
2400b56371
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mk-configure'
|
||||
pkgname=mk-configure
|
||||
version=0.31.0
|
||||
version=0.32.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-makefile
|
||||
|
@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="BSD-2-Clause, BSD-3-Clause"
|
||||
homepage="https://github.com/cheusov/mk-configure/archive/"
|
||||
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=8c0fcf42be37c45cbb182336792c98ce12c77cb4c4787cc376cd0088c4909cee
|
||||
checksum=69cf872f23c9e1a7edea5ed469b959823b2365602b60861ca7b21dffa097e98f
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_extract() {
|
||||
|
@ -24,6 +24,7 @@ post_extract() {
|
|||
rm -r tests/*lua*
|
||||
rm -r examples/*lua*
|
||||
rm -r examples/*lex*
|
||||
vsed -i -e 's/-Wabi//g' mk/mkc_imp.platform.sys.mk
|
||||
}
|
||||
pre_build() {
|
||||
${make_cmd} all-scripts PROG.awk=/usr/bin/awk PREFIX=/usr
|
||||
|
|
Loading…
Reference in a new issue