2015-04-03 12:41:56 +02:00
|
|
|
# Template file for 'pkgconf'
|
|
|
|
pkgname=pkgconf
|
2015-04-24 08:28:23 +02:00
|
|
|
version=0.9.10
|
2015-04-21 11:18:37 +02:00
|
|
|
revision=1
|
2015-04-03 12:41:56 +02:00
|
|
|
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"
|
2015-04-24 08:28:23 +02:00
|
|
|
checksum=5eb9f2cb14e54095a1935b95a5425f9a413292463f868441f6a611b0516d518c
|
2015-04-03 12:41:56 +02:00
|
|
|
wrksrc="$pkgname-$pkgname-$version"
|
2015-04-03 23:35:55 +02:00
|
|
|
build_pie=yes
|
2015-04-03 12:41:56 +02:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|