void-packages/srcpkgs/pkgconf/template
2017-05-21 08:28:32 +02:00

18 lines
497 B
Bash

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