Files
void-packages/srcpkgs/pkgconf/template
2015-04-22 15:47:17 +02:00

19 lines
493 B
Bash

# Template file for 'pkgconf'
pkgname=pkgconf
version=0.9.9
revision=1
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Provides compiler and linker configuration"
maintainer="Enno Boland <eb@s01.de>"
license="MIT"
homepage="https://github.com/pkgconf/pkgconf"
distfiles="$homepage/archive/$pkgname-$version.tar.gz"
checksum=0616184fab0e7e50056141b0a5972d1c9608ffb0ee7b24a136cfc863c03c00cc
wrksrc="$pkgname-$pkgname-$version"
build_pie=yes
pre_configure() {
autoreconf -fi
}