mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
mk-configure: update to 0.38.3.
This commit is contained in:
parent
9f08f9847f
commit
1e972eca95
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mk-configure'
|
||||
pkgname=mk-configure
|
||||
version=0.38.2
|
||||
revision=2
|
||||
version=0.38.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_cmd=bmake
|
||||
make_install_args="MANDIR=/usr/share/man"
|
||||
|
@ -14,12 +14,12 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="BSD-2-Clause, BSD-3-Clause"
|
||||
homepage="https://github.com/cheusov/mk-configure/"
|
||||
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=4e25f5644fc7930a89127b6436e534a0ef2e041d55566deb78fc9bf6c0bfd136
|
||||
checksum=7f787d59777a2af8dfbbb0fa4ee753efebbf46bea83b4b99fa62bebc13f6ebed
|
||||
disable_parallel_build=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
checkdepends+=" musl-fts-devel"
|
||||
*-musl)
|
||||
checkdepends+=" musl-fts-devel"
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Add table
Reference in a new issue