mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
atf: update to 0.23.
This commit is contained in:
parent
b6233dcf31
commit
ff97fc7f2d
1 changed files with 16 additions and 14 deletions
|
@ -1,27 +1,28 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.21
|
version=0.23
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="gdb"
|
configure_args="
|
||||||
|
kyua_cv_getopt_plus=yes
|
||||||
|
kyua_cv_attribute_noreturn=yes
|
||||||
|
kyua_cv_getcwd_works=yes"
|
||||||
depends="gdb xmlcatmgr"
|
depends="gdb xmlcatmgr"
|
||||||
|
checkdepends="kyua"
|
||||||
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
|
||||||
short_desc="Automated Testing Framework"
|
short_desc="Automated Testing Framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
homepage="https://github.com/jmmv/atf"
|
homepage="https://github.com/freebsd/atf"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
distfiles="https://github.com/jmmv/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
distfiles="https://github.com/freebsd/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
||||||
checksum=92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505
|
checksum=a64e2427d021297f25b3f2e1798f8ec4dc3061ffb01a1cd3f66cc4cee486b10f
|
||||||
|
|
||||||
configure_args="kyua_cv_attribute_noreturn=yes
|
post_check() {
|
||||||
kyua_cv_getcwd_works=yes
|
kyua test
|
||||||
kyua_cv_getopt_optreset=no
|
}
|
||||||
kyua_cv_getopt_plus=yes
|
|
||||||
kyua_cv_signal_lastno=31"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed '/^$/q' < atf-c.h > LICENSE
|
vlicense COPYING
|
||||||
vlicense LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
atf-devel_package() {
|
atf-devel_package() {
|
||||||
|
@ -35,6 +36,7 @@ atf-devel_package() {
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
atf-libs_package() {
|
atf-libs_package() {
|
||||||
short_desc+=" - runtime libraries"
|
short_desc+=" - runtime libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue