mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
parent
0169bb0b10
commit
917df18de8
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mk-configure'
|
# Template file for 'mk-configure'
|
||||||
pkgname=mk-configure
|
pkgname=mk-configure
|
||||||
version=0.29.3
|
version=0.30.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd=bmake
|
make_cmd=bmake
|
||||||
|
@ -13,10 +13,10 @@ hostmakedepends="bmake bmkdep"
|
||||||
depends="bmake bmkdep"
|
depends="bmake bmkdep"
|
||||||
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"
|
license="BSD-2-Clause, BSD-3-Clause"
|
||||||
homepage="https://github.com/cheusov/mk-configure/archive/"
|
homepage="https://github.com/cheusov/mk-configure/archive/"
|
||||||
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=fbdbacb8eb04566890dd71c1e65226c9714a2557f7f6f3283f6e2a6bc22d4fa9
|
checksum=bae3b94ae7c2dc20e9a7672b7c4cdf5df547d946973ec756259a917fcd110acf
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue