diff --git a/srcpkgs/atf/template b/srcpkgs/atf/template index 172dab988e2..3f4dda01cdf 100644 --- a/srcpkgs/atf/template +++ b/srcpkgs/atf/template @@ -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 " 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"