void-packages/srcpkgs/pkgconf/template
2015-04-24 08:28:43 +02:00

18 lines
494 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=0.9.10
revision=1
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Provides compiler and linker configuration"
maintainer="Enno Boland <eb@s01.de>"
license="MIT"
homepage="https://github.com/pkgconf/pkgconf"
distfiles="$homepage/archive/$pkgname-$version.tar.gz"
checksum=5eb9f2cb14e54095a1935b95a5425f9a413292463f868441f6a611b0516d518c
wrksrc="$pkgname-$pkgname-$version"
build_pie=yes
pre_configure() {
autoreconf -fi
}