pkgconf: update to 1.3.90.

Closes: #10069 [via git-merge-pr]
This commit is contained in:
cr6git 2017-12-17 23:21:07 +01:00 committed by Jürgen Buchmüller
parent 9f0d5edcc0
commit 01f64ac33c

View File

@ -1,22 +1,17 @@
# Template file for 'pkgconf' # Template file for 'pkgconf'
pkgname=pkgconf pkgname=pkgconf
version=1.3.12 version=1.3.90
revision=2 revision=1
conflicts="pkg-config" conflicts="pkg-config"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool" hostmakedepends="libtool"
short_desc="Provides compiler and linker configuration" short_desc="Provides compiler and linker configuration"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT" license="MIT"
homepage="https://github.com/pkgconf/pkgconf" homepage="https://github.com/pkgconf/pkgconf"
distfiles="$homepage/archive/$pkgname-$version.tar.gz" distfiles="https://distfiles.dereferenced.org/pkgconf/$pkgname-$version.tar.xz"
checksum=319a35d9b56a7b68c2224b56f311df3bea5647cd873ee068cb270b35884efa19 checksum=112db7f957816901b5fe448715c0a9e38f171d4794c44075b0734a0e7fcfba36
wrksrc="$pkgname-$pkgname-$version"
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }
pre_configure() {
autoreconf -fi
}