void-packages/srcpkgs/pkgconf/template
2016-08-25 08:58:33 +02:00

18 lines
497 B
Bash

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