void-packages/srcpkgs/pkgconf/template
2017-10-18 09:18:00 -02:00

22 lines
536 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=1.3.10
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=b5d3e81297ebb0e00e0cb1d74583531cf0b20ada37e58193a55cac07e5a92b93
wrksrc="$pkgname-$pkgname-$version"
post_install() {
vlicense COPYING
}
pre_configure() {
autoreconf -fi
}