void-packages/srcpkgs/pkgconf/template
2015-05-23 11:25:14 +02:00

18 lines
504 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=0.9.11
revision=1
build_style=gnu-configure
hostmakedepends="automake"
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=6649762eee0d222e1d231e6b4ab2e4596a23788f3341b040eea404d4c85731c1
wrksrc="$pkgname-$pkgname-$version"
build_pie=yes
pre_configure() {
autoreconf -fi
}