void-packages/srcpkgs/pkgconf/template
2017-03-28 13:23:45 +02:00

17 lines
497 B
Bash

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