mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
atf: autoreconf unnecessary; get rid of host deps; adopt.
This commit is contained in:
parent
a64b81838d
commit
de3d81b090
1 changed files with 3 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.21
|
version=0.21
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool gdb"
|
hostmakedepends="gdb"
|
||||||
depends="gdb xmlcatmgr"
|
depends="gdb xmlcatmgr"
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://github.com/jmmv/atf"
|
homepage="https://github.com/jmmv/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/jmmv/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
||||||
|
@ -19,10 +19,6 @@ configure_args="kyua_cv_attribute_noreturn=yes
|
||||||
kyua_cv_getopt_plus=yes
|
kyua_cv_getopt_plus=yes
|
||||||
kyua_cv_signal_lastno=31"
|
kyua_cv_signal_lastno=31"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed '/^$/q' < atf-c.h > LICENSE
|
sed '/^$/q' < atf-c.h > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue