void-packages/srcpkgs/atf/template
2013-02-16 14:22:28 +01:00

27 lines
802 B
Plaintext

# Template file for 'atf'
pkgname=atf
version=0.17
revision=1
build_style=gnu-configure
subpackages="atf-libs atf-devel"
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
fulldepends="gdb xmlcatmgr"
short_desc="Automated Testing Framework"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.netbsd.org/~jmmv/atf/"
license="BSD"
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
checksum=4458bc6d1ebbbaffd86cd71a426760ff4083eca87f388d9498cd1972ecf258cc
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
configure_args="kyua_cv_attribute_noreturn=yes
kyua_cv_getcwd_works=yes
kyua_cv_getopt_optreset=no
kyua_cv_getopt_plus=yes
kyua_cv_signal_lastno=31"
makedepends="automake"
pre_configure() {
autoreconf -fi
}
fi