pkgconf: add missing license.

Closes: #8123 [via git-merge-pr]
This commit is contained in:
maxice8 2017-10-13 11:23:28 -03:00 committed by Michael Aldridge
parent 9ad920e908
commit e997beae8e
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pkgconf'
pkgname=pkgconf
version=1.3.9
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Provides compiler and linker configuration"
@ -12,6 +12,10 @@ distfiles="$homepage/archive/$pkgname-$version.tar.gz"
checksum=1e70161af120f5715710c4eff48c9e3447394ebd724c6a09bdfbb8dcf3e6f6f8
wrksrc="$pkgname-$pkgname-$version"
post_install() {
vlicense COPYING
}
pre_configure() {
autoreconf -fi
}