void-packages/srcpkgs/pkgconf/template

19 lines
504 B
Bash
Raw Normal View History

2015-04-03 10:41:56 +00:00
# Template file for 'pkgconf'
pkgname=pkgconf
2015-07-20 10:46:51 +00:00
version=0.9.12
2015-04-21 09:18:37 +00:00
revision=1
2015-04-03 10:41:56 +00:00
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Provides compiler and linker configuration"
2015-05-23 09:23:57 +00:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
2015-04-03 10:41:56 +00:00
license="MIT"
homepage="https://github.com/pkgconf/pkgconf"
distfiles="$homepage/archive/$pkgname-$version.tar.gz"
2015-07-20 10:46:51 +00:00
checksum=d31a19e22908e5bf277454261222da0640115844f7a62672dbe9e92061d547c5
2015-04-03 10:41:56 +00:00
wrksrc="$pkgname-$pkgname-$version"
2015-04-03 21:35:55 +00:00
build_pie=yes
2015-04-03 10:41:56 +00:00
pre_configure() {
autoreconf -fi
}