kyua: update to 0.12.
This commit is contained in:
parent
3b2b95fe10
commit
688377ee69
1 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'kyua'
|
# Template file for 'kyua'
|
||||||
pkgname=kyua
|
pkgname=kyua
|
||||||
version=0.11
|
version=0.12
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="kyua-kyua-${version}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
kyua_cv_attribute_noreturn=yes kyua_cv_lchmod_works=no
|
kyua_cv_attribute_noreturn=yes kyua_cv_lchmod_works=no
|
||||||
|
@ -12,13 +11,12 @@ configure_args="
|
||||||
hostmakedepends="pkg-config automake libtool atf-devel"
|
hostmakedepends="pkg-config automake libtool atf-devel"
|
||||||
makedepends="atf-devel lutok-devel sqlite-devel"
|
makedepends="atf-devel lutok-devel sqlite-devel"
|
||||||
depends="atf>=0.21"
|
depends="atf>=0.21"
|
||||||
replaces="kyua-cli>=0 kyua-testers>=0"
|
|
||||||
short_desc="Kyua (automated testing framework) - Command line interface"
|
short_desc="Kyua (automated testing framework) - Command line interface"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Modified BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://code.google.com/p/kyua"
|
homepage="https://github.com/jmmv/kyua"
|
||||||
distfiles="https://github.com/jmmv/kyua/archive/kyua-${version}.tar.gz"
|
distfiles="https://github.com/jmmv/kyua/releases/download/kyua-${version}/kyua-${version}.tar.gz"
|
||||||
checksum=55a2e1c5ab28748392cfed3b2783ed381ffe2d0247bca9a9ac19ae94fe029172
|
checksum=5b0d43c4ca0921034dd523249bd7aa2f07f718d302e4b574634ba5167aa369fc
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue