void-packages/srcpkgs/pkgconf/template
2017-09-27 11:44:19 +02:00

17 lines
497 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=1.3.9
revision=1
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=1e70161af120f5715710c4eff48c9e3447394ebd724c6a09bdfbb8dcf3e6f6f8
wrksrc="$pkgname-$pkgname-$version"
pre_configure() {
autoreconf -fi
}