void-packages/srcpkgs/pkgconf/template
2016-07-15 09:16:55 +02:00

17 lines
493 B
Bash

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