atf: rebuild for metadata
This commit is contained in:
parent
5782779425
commit
a0546b0d96
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'atf'
|
||||
pkgname=atf
|
||||
version=0.21
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool gdb"
|
||||
depends="gdb xmlcatmgr"
|
||||
|
@ -9,7 +9,7 @@ xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/x
|
|||
short_desc="Automated Testing Framework"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/jmmv/atf"
|
||||
license="BSD"
|
||||
license="BSD-2-Clause"
|
||||
distfiles="https://github.com/jmmv/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
||||
checksum=92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505
|
||||
|
||||
|
@ -23,6 +23,11 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
sed '/^$/q' < atf-c.h > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
atf-devel_package() {
|
||||
depends="atf-libs>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue