void-packages/srcpkgs/pkgconf/template
2015-11-17 16:47:19 +01:00

18 lines
490 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"
pre_configure() {
autoreconf -fi
}