atf: update to 0.15.
This commit is contained in:
parent
9a9035bae4
commit
945144f290
3 changed files with 22 additions and 10 deletions
1
srcpkgs/atf-devel
Symbolic link
1
srcpkgs/atf-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
atf
|
14
srcpkgs/atf/atf-devel.template
Normal file
14
srcpkgs/atf/atf-devel.template
Normal 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
|
||||||
|
}
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.13
|
version=0.15
|
||||||
distfiles="http://ftp.netbsd.org/pub/NetBSD/misc/jmmv/atf/0.13/atf-$version.tar.gz"
|
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
short_desc="Automated Testing Framework"
|
short_desc="Automated Testing Framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.netbsd.org/~jmmv/atf/"
|
homepage="http://www.netbsd.org/~jmmv/atf/"
|
||||||
license="Simplified BSD"
|
license="BSD"
|
||||||
checksum=fbdcddb6fd7b346643ef0d7a5d446e1d3110174e2625fb0c29b1470331c385ec
|
checksum=0c7242a107c7e308feed8fac45a194a6f6c8d90283add576cfc3dab0fcd61b2b
|
||||||
long_desc="
|
long_desc="
|
||||||
The Automated Testing Framework (ATF) is a collection of libraries and
|
The Automated Testing Framework (ATF) is a collection of libraries and
|
||||||
utilities designed to ease unattended application testing in the hands
|
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
|
be able to certify that a given piece of software works on their machine
|
||||||
as advertised."
|
as advertised."
|
||||||
|
|
||||||
pre_configure()
|
subpackages="atf-devel"
|
||||||
{
|
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
||||||
# GRRR!
|
|
||||||
sed -i -e "s|\-Werror||g" configure
|
|
||||||
}
|
|
||||||
|
|
||||||
Add_dependency full gdb
|
Add_dependency full gdb
|
||||||
|
Add_dependency full xmlcatmgr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue