void-packages/srcpkgs/pkgconf/template
2015-07-20 12:46:51 +02:00

19 lines
504 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=0.9.12
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=d31a19e22908e5bf277454261222da0640115844f7a62672dbe9e92061d547c5
wrksrc="$pkgname-$pkgname-$version"
build_pie=yes
pre_configure() {
autoreconf -fi
}