pkg-config: update to 0.27.1.

This commit is contained in:
Juan RP 2012-08-25 07:38:07 +02:00
parent 0230cb76dc
commit 694a46486a
2 changed files with 9 additions and 8 deletions

View file

@ -1,2 +1,3 @@
libpopt.so.0
libpthread.so.0
librt.so.1
libc.so.6

View file

@ -1,16 +1,16 @@
# Template build file for 'pkg-config'
pkgname=pkg-config
version=0.25
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-installed-popt"
version=0.27.1
revision=1
makedepends="popt-devel"
build_style=gnu-configure
configure_args="--with-internal-glib"
short_desc="System for managing library compile/link flags"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e
homepage="http://pkgconfig.freedesktop.org/wiki/"
license="GPL-2"
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
checksum=4f63d0df3035101b12949250da5231af49e3c3afcd8fb18554fa7c3cb92d8c17
long_desc="
pkg-config is a system for managing library compile/link flags that
works with automake and autoconf. It replaces the ubiquitous
*-config scripts you may have seen with a single tool."