void-packages/srcpkgs/pkgconf/template
2017-05-11 09:26:50 +02:00

17 lines
497 B
Bash

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