void-packages/srcpkgs/pkgconf/template
2017-12-14 09:32:24 +01:00

22 lines
559 B
Bash

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