atf: update to 0.16; new atf-libs subpkg.
This commit is contained in:
parent
82381e941e
commit
623b643b5c
7 changed files with 26 additions and 11 deletions
|
@ -979,3 +979,5 @@ libORBit-imodule-2.so.0 libORBit2-2.14.19_1
|
||||||
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1
|
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1
|
||||||
libminiupnpc.so.8 miniupnpc-1.6_1
|
libminiupnpc.so.8 miniupnpc-1.6_1
|
||||||
libxbps.so.0 libxbps-0.16.3_2
|
libxbps.so.0 libxbps-0.16.3_2
|
||||||
|
libatf-c.so.0 atf-libs-0.16_1
|
||||||
|
libatf-c++.so.0 atf-libs-0.16_1
|
||||||
|
|
1
srcpkgs/atf-libs
Symbolic link
1
srcpkgs/atf-libs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
atf
|
|
@ -1,13 +1,11 @@
|
||||||
# Template file for 'atf-devel'.
|
# Template file for 'atf-devel'.
|
||||||
#
|
#
|
||||||
depends="atf"
|
depends="atf-libs>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
|
4
srcpkgs/atf/atf-libs.rshlibs
Normal file
4
srcpkgs/atf/atf-libs.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
libstdc++.so.6
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
||||||
|
libgcc_s.so.1
|
10
srcpkgs/atf/atf-libs.template
Normal file
10
srcpkgs/atf/atf-libs.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template file for 'atf-libs'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} - runtime libraries"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains the shared runtime libraries."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
}
|
|
@ -1,3 +1,5 @@
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libatf-c++.so.0
|
||||||
|
libatf-c.so.0
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.15
|
version=0.16
|
||||||
revision=3
|
revision=1
|
||||||
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
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"
|
fulldepends="gdb xmlcatmgr"
|
||||||
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="BSD"
|
license="BSD"
|
||||||
checksum=0c7242a107c7e308feed8fac45a194a6f6c8d90283add576cfc3dab0fcd61b2b
|
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
||||||
|
checksum=f33a85f4a0677f40be406baaf6a5a749ca02870af9707f7606a0f3fa613c8339
|
||||||
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,7 +28,3 @@ long_desc="
|
||||||
to have source trees around nor any other development tools installed to
|
to have source trees around nor any other development tools installed to
|
||||||
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."
|
||||||
|
|
||||||
subpackages="atf-devel"
|
|
||||||
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue