mk-configure: update to 0.29.2.
This commit is contained in:
parent
1a5b47bcc3
commit
270a191226
@ -1,21 +1,32 @@
|
|||||||
# Template file for 'mk-configure'
|
# Template file for 'mk-configure'
|
||||||
pkgname=mk-configure
|
pkgname=mk-configure
|
||||||
version=0.29.1
|
version=0.29.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd=bmake
|
make_cmd=bmake
|
||||||
make_build_args="PREFIX=/usr"
|
make_build_args="PREFIX=/usr"
|
||||||
make_install_args="MANDIR=/usr/share/man"
|
make_install_args="MANDIR=/usr/share/man"
|
||||||
|
make_check_target="test"
|
||||||
|
checkdepends="automake glib-devel groff pkg-config"
|
||||||
hostmakedepends="bmake bmkdep"
|
hostmakedepends="bmake bmkdep"
|
||||||
depends="bmake bmkdep"
|
depends="bmake bmkdep"
|
||||||
short_desc="Lightweight replacement for GNU autotools"
|
short_desc="Lightweight replacement for GNU autotools"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
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=3350707b519560b0cf99979d06bf806949df6558f84306a33aec419b766f57ca
|
checksum=2b647c7c2354c584cc246c0a9d69205769a9edd2ad76011c5757963dc43a062a
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
rm -r tests/pkg_config_2 # different wording
|
||||||
|
rm -r tests/*lua*
|
||||||
|
rm -r examples/*lua*
|
||||||
|
rm -r examples/*lex*
|
||||||
|
}
|
||||||
|
pre_build() {
|
||||||
|
${make_cmd} all-scripts PROG.awk=/usr/bin/awk
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense doc/LICENSE
|
vlicense doc/LICENSE
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user