1 # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
2 # Contributor: Allan McRae <allan@archlinux.org>
3 # Contributor: Judd Vinet <jvinet@zeroflux.org>
8 pkgdesc="A system for managing library compile/link flags"
10 url="http://pkgconfig.freedesktop.org/wiki/"
14 provides=("pkgconfig=${pkgver}")
15 conflicts=('pkgconfig')
16 replaces=('pkgconfig')
17 source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
18 md5sums=('f6e931e319531b736fadc017f470e68a'
20 validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914') # Dan Nicholson
24 ./configure --build=$CHOST --prefix=/usr
35 make DESTDIR="$pkgdir" install