void-packages/srcpkgs/kyua-testers/template

25 lines
820 B
Text
Raw Normal View History

2013-03-10 05:34:51 +00:00
# Template file for 'kyua-testers'
pkgname=kyua-testers
2013-12-08 14:35:49 +00:00
version=0.2
2014-02-20 13:50:32 +00:00
revision=2
2013-03-10 05:34:51 +00:00
build_style=gnu-configure
2013-11-03 07:37:55 +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"
makedepends="atf-devel"
# Needs atf-sh at least.
depends="atf"
2013-03-10 05:34:51 +00:00
short_desc="Kyua (automated testing framework) - Testers"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://code.google.com/p/kyua"
distfiles="https://kyua.googlecode.com/files/${pkgname}-${version}.tar.gz"
2013-12-08 14:35:49 +00:00
checksum=8e788d9f6a1b86bcf3b436e870cbc801cf7650fa3f0f82da8b025e36ffe84feb
2013-11-03 07:37:55 +00:00
pre_configure() {
autoreconf -fi
}