void-packages/srcpkgs/pkgconf/template
2017-01-22 23:29:33 +01:00

17 lines
497 B
Bash

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