kyua-cli: update to 0.7.

This commit is contained in:
Juan RP 2013-10-31 11:16:33 +01:00
parent ea39e53a2a
commit 9f6ffc8cb1

View file

@ -1,16 +1,16 @@
# Template file for 'kyua-cli' # Template file for 'kyua-cli'
pkgname=kyua-cli pkgname=kyua-cli
version=0.6 version=0.7
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config doxygen" hostmakedepends="pkg-config doxygen"
makedepends="atf-devel>=0.16 lutok-devel>=0.2 sqlite-devel kyua-testers" makedepends="atf-devel>=0.16 lutok-devel>=0.3 sqlite-devel kyua-testers"
short_desc="Kyua (automated testing framework) - Command line interface" short_desc="Kyua (automated testing framework) - Command line interface"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="Modified BSD" license="Modified BSD"
homepage="http://code.google.com/p/kyua" homepage="http://code.google.com/p/kyua"
distfiles="https://kyua.googlecode.com/files/${pkgname}-${version}.tar.gz" distfiles="https://kyua.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=b422d63a6db02e806d6da355486dcf6857aa54338d83a0c8b90c7da7dd4f0642 checksum=0f14b4bc6368da247e7e97f693bdffb1a5bc5c09027d25a45c9ff749bbe67558
long_desc=" long_desc="
Kyua (pronounced Q.A.) is a testing framework for both developers and users. 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 Kyua is different from most other testing frameworks in that it puts the end
@ -22,6 +22,6 @@ kyua-cli_package() {
depends="kyua-testers" depends="kyua-testers"
replaces="kyua>=0" replaces="kyua>=0"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }