void-packages/srcpkgs/pkgconf/template
2017-02-06 10:57:38 +01:00

17 lines
497 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=1.2.2
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=2d24df1ccd51271a30126d03453b94f1bc7fe78e5c4f096bcec411b80c931154
wrksrc="$pkgname-$pkgname-$version"
pre_configure() {
autoreconf -fi
}