2015-04-03 12:41:56 +02:00
|
|
|
# Template file for 'pkgconf'
|
|
|
|
pkgname=pkgconf
|
2015-04-21 11:18:37 +02:00
|
|
|
version=0.9.9
|
|
|
|
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-21 11:18:37 +02:00
|
|
|
checksum=0616184fab0e7e50056141b0a5972d1c9608ffb0ee7b24a136cfc863c03c00cc
|
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
|
|
|
|
}
|