2012-03-07 09:20:30 +00:00
|
|
|
# Template file for 'kyua'
|
|
|
|
pkgname=kyua
|
|
|
|
version=0.3
|
2012-03-07 14:53:34 +00:00
|
|
|
revision=2
|
2012-03-07 09:20:30 +00:00
|
|
|
wrksrc="kyua-cli-${version}"
|
|
|
|
homepage="http://code.google.com/p/kyua"
|
|
|
|
distfiles="https://kyua.googlecode.com/files/kyua-cli-$version.tar.gz"
|
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Automated Testing Framework (a replacement for ATF)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
|
|
|
checksum=46c35bc425535d79092e14d1d20890f2ef6d677e9efe333beecfa4e18805e872
|
|
|
|
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."
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build doxygen
|
|
|
|
Add_dependency build atf-devel
|
|
|
|
Add_dependency build lutok-devel
|
|
|
|
Add_dependency build sqlite-devel
|