diff --git a/srcpkgs/pkgconf/template b/srcpkgs/pkgconf/template new file mode 100644 index 0000000000..a291b72b57 --- /dev/null +++ b/srcpkgs/pkgconf/template @@ -0,0 +1,17 @@ +# Template file for 'pkgconf' +pkgname=pkgconf +version=0.9.8 +revision=1 +build_style=gnu-configure +hostmakedepends="automake" +short_desc="Provides compiler and linker configuration" +maintainer="Enno Boland " +license="MIT" +homepage="https://github.com/pkgconf/pkgconf" +distfiles="$homepage/archive/$pkgname-$version.tar.gz" +checksum=1513e1b324650e96439d78ef97cd2d547173f761191890bfc96b38cee2ae947b +wrksrc="$pkgname-$pkgname-$version" + +pre_configure() { + autoreconf -fi +}