2013-03-10 05:41:08 +00:00
|
|
|
# Template file for 'kyua-cli'
|
|
|
|
pkgname=kyua-cli
|
2013-12-08 14:37:58 +00:00
|
|
|
version=0.8
|
2013-03-10 05:41:08 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2013-11-03 07:53:27 +00:00
|
|
|
configure_args="
|
|
|
|
kyua_cv_attribute_noreturn=yes kyua_cv_lchmod_works=no
|
|
|
|
kyua_cv_getopt_gnu=yes kyua_cv_getopt_optind_reset_value=0
|
|
|
|
kyua_cv_signals_lastno=31 kyua_cv_getcwd_null_0_works=yes
|
|
|
|
ac_cv_path_GDB=/usr/bin/gdb ac_cv_path_UMOUNT=/usr/bin/umount"
|
|
|
|
hostmakedepends="pkg-config automake libtool atf-devel doxygen"
|
2013-12-08 14:37:58 +00:00
|
|
|
makedepends="atf-devel>=0.16 lutok-devel>=0.4 sqlite-devel kyua-testers"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="kyua-testers"
|
|
|
|
replaces="kyua>=0"
|
2013-03-10 05:41:08 +00:00
|
|
|
short_desc="Kyua (automated testing framework) - Command line interface"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Modified BSD"
|
|
|
|
homepage="http://code.google.com/p/kyua"
|
|
|
|
distfiles="https://kyua.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
2013-12-08 14:37:58 +00:00
|
|
|
checksum=28f90929e4b73959bdd08a1d3f5ce7e77e0e4fc9978d10b1b079160428d770b3
|
2013-03-10 05:41:08 +00:00
|
|
|
long_desc="
|
|
|
|
Kyua (pronounced Q.A.) is a testing framework for both developers and users.
|
|
|
|
Kyua is different from most other testing frameworks in that it puts the end
|
|
|
|
user experience before anything else. There are multiple reasons for users to
|
|
|
|
run the tests themselves, and Kyua ensures that they can do so in the most
|
|
|
|
convenient way."
|
2013-04-12 15:12:12 +00:00
|
|
|
|
2013-11-03 07:53:27 +00:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|