atf: update to 0.17.
This commit is contained in:
parent
13b7e0bfa0
commit
464364d079
3 changed files with 13 additions and 23 deletions
srcpkgs/atf
|
@ -2,9 +2,6 @@
|
||||||
#
|
#
|
||||||
depends="atf-libs>=$version"
|
depends="atf-libs>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
# Template file for 'atf-libs'.
|
# Template file for 'atf-libs'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} - runtime libraries"
|
short_desc="${short_desc} - runtime libraries"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the shared runtime libraries."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.16
|
version=0.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
subpackages="atf-libs atf-devel"
|
subpackages="atf-libs atf-devel"
|
||||||
|
@ -11,20 +11,16 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.netbsd.org/~jmmv/atf/"
|
homepage="http://www.netbsd.org/~jmmv/atf/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
||||||
checksum=f33a85f4a0677f40be406baaf6a5a749ca02870af9707f7606a0f3fa613c8339
|
checksum=4458bc6d1ebbbaffd86cd71a426760ff4083eca87f388d9498cd1972ecf258cc
|
||||||
long_desc="
|
|
||||||
The Automated Testing Framework (ATF) is a collection of libraries and
|
|
||||||
utilities designed to ease unattended application testing in the hands
|
|
||||||
of developers and end users of a specific piece of software.
|
|
||||||
|
|
||||||
As regards developers, ATF provides the necessary means to easily create
|
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||||
test suites composed of multiple test programs, which in turn are a
|
configure_args="kyua_cv_attribute_noreturn=yes
|
||||||
collection of test cases. It also attempts to simplify the debugging of
|
kyua_cv_getcwd_works=yes
|
||||||
problems when these test cases detect an error by providing as much
|
kyua_cv_getopt_optreset=no
|
||||||
information as possible about the failure.
|
kyua_cv_getopt_plus=yes
|
||||||
|
kyua_cv_signal_lastno=31"
|
||||||
As regards users, it simplifies the process of running the test suites
|
makedepends="automake"
|
||||||
and, in special, encourages end users to run them often: they do not need
|
pre_configure() {
|
||||||
to have source trees around nor any other development tools installed to
|
autoreconf -fi
|
||||||
be able to certify that a given piece of software works on their machine
|
}
|
||||||
as advertised."
|
fi
|
||||||
|
|
Loading…
Reference in a new issue