kyua-cli: remove long_desc.
This commit is contained in:
parent
19898ce5be
commit
d436d331ef
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kyua-cli'
|
# Template file for 'kyua-cli'
|
||||||
pkgname=kyua-cli
|
pkgname=kyua-cli
|
||||||
version=0.8
|
version=0.8
|
||||||
revision=1
|
revision=2
|
||||||
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
|
||||||
|
@ -18,12 +18,6 @@ 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=28f90929e4b73959bdd08a1d3f5ce7e77e0e4fc9978d10b1b079160428d770b3
|
checksum=28f90929e4b73959bdd08a1d3f5ce7e77e0e4fc9978d10b1b079160428d770b3
|
||||||
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."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue