void-packages/srcpkgs/pkgconf/template
2017-04-06 09:27:57 +02:00

17 lines
497 B
Bash

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