void-packages/srcpkgs/pkgconf/template
2016-10-26 09:30:02 +02:00

17 lines
497 B
Bash

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