2015-04-03 10:41:56 +00:00
|
|
|
# Template file for 'pkgconf'
|
|
|
|
pkgname=pkgconf
|
2015-05-23 09:23:57 +00:00
|
|
|
version=0.9.11
|
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-05-23 09:23:57 +00:00
|
|
|
checksum=6649762eee0d222e1d231e6b4ab2e4596a23788f3341b040eea404d4c85731c1
|
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
|
|
|
|
}
|