atf: update to 0.15.

This commit is contained in:
Juan RP 2012-03-07 10:02:38 +01:00
parent 9a9035bae4
commit 945144f290
3 changed files with 22 additions and 10 deletions

1
srcpkgs/atf-devel Symbolic link
View file

@ -0,0 +1 @@
atf

View file

@ -0,0 +1,14 @@
# Template file for 'atf-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run atf
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -1,14 +1,13 @@
# Template file for 'atf'
pkgname=atf
version=0.13
distfiles="http://ftp.netbsd.org/pub/NetBSD/misc/jmmv/atf/0.13/atf-$version.tar.gz"
version=0.15
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
build_style=gnu-configure
revision=1
short_desc="Automated Testing Framework"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.netbsd.org/~jmmv/atf/"
license="Simplified BSD"
checksum=fbdcddb6fd7b346643ef0d7a5d446e1d3110174e2625fb0c29b1470331c385ec
license="BSD"
checksum=0c7242a107c7e308feed8fac45a194a6f6c8d90283add576cfc3dab0fcd61b2b
long_desc="
The Automated Testing Framework (ATF) is a collection of libraries and
utilities designed to ease unattended application testing in the hands
@ -26,10 +25,8 @@ long_desc="
be able to certify that a given piece of software works on their machine
as advertised."
pre_configure()
{
# GRRR!
sed -i -e "s|\-Werror||g" configure
}
subpackages="atf-devel"
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
Add_dependency full gdb
Add_dependency full xmlcatmgr