mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
mk-configure: update to 0.37.0.
This commit is contained in:
parent
084b1d7bbf
commit
9bdf7d972b
1 changed files with 11 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mk-configure'
|
# Template file for 'mk-configure'
|
||||||
pkgname=mk-configure
|
pkgname=mk-configure
|
||||||
version=0.36.0
|
version=0.37.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -10,20 +10,28 @@ make_install_args="${make_build_args} MANDIR=/usr/share/man"
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
hostmakedepends="bmake bmkdep tar texinfo"
|
hostmakedepends="bmake bmkdep tar texinfo"
|
||||||
depends="bmake bmkdep"
|
depends="bmake bmkdep"
|
||||||
checkdepends="automake glib-devel groff pkg-config bison flex"
|
checkdepends="automake glib-devel groff pkg-config bison flex libbsd-devel"
|
||||||
short_desc="Lightweight replacement for GNU autotools"
|
short_desc="Lightweight replacement for GNU autotools"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-Clause, BSD-3-Clause"
|
license="BSD-2-Clause, BSD-3-Clause"
|
||||||
homepage="https://github.com/cheusov/mk-configure/"
|
homepage="https://github.com/cheusov/mk-configure/"
|
||||||
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=48188e9305b7b1e2f81d3a70e0af1112affa8a7871b01335b86829ffed746177
|
checksum=7aff2a94b66c5b0d622665af561d3474e321d7c42f8c1e4a274e290b43da26ea
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
checkdepends+=" musl-fts-devel"
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm -r tests/pkg_config_2 # different wording
|
rm -r tests/pkg_config_2 # different wording
|
||||||
rm -r tests/*lua*
|
rm -r tests/*lua*
|
||||||
rm -r examples/*lua*
|
rm -r examples/*lua*
|
||||||
rm -r examples/*lex*
|
rm -r examples/*lex*
|
||||||
|
rm -r tests/test_subprj_dash
|
||||||
|
rm -r tests/test_mkc_vs_*
|
||||||
vsed -i -e 's/-Wabi//g' mk/mkc_imp.platform.sys.mk
|
vsed -i -e 's/-Wabi//g' mk/mkc_imp.platform.sys.mk
|
||||||
}
|
}
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
@ -31,10 +39,6 @@ pre_build() {
|
||||||
}
|
}
|
||||||
pre_check() {
|
pre_check() {
|
||||||
unset CC CFLAGS CXXFLAGS
|
unset CC CFLAGS CXXFLAGS
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl)
|
|
||||||
sed -i 's|Cannot allocate|Out of|g' examples/hello_errwarn/expect.out ;;
|
|
||||||
esac
|
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense doc/LICENSE
|
vlicense doc/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue