mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
atf: rebuild for metadata
This commit is contained in:
parent
5782779425
commit
a0546b0d96
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.21
|
version=0.21
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool gdb"
|
hostmakedepends="automake libtool gdb"
|
||||||
depends="gdb xmlcatmgr"
|
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"
|
short_desc="Automated Testing Framework"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/jmmv/atf"
|
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"
|
distfiles="https://github.com/jmmv/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
|
||||||
checksum=92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505
|
checksum=92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505
|
||||||
|
|
||||||
|
@ -23,6 +23,11 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed '/^$/q' < atf-c.h > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
atf-devel_package() {
|
atf-devel_package() {
|
||||||
depends="atf-libs>=${version}_${revision}"
|
depends="atf-libs>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue