1 SECTION = "console/utils"
2 DESCRIPTION = "pkg-config is a system for managing library \
3 compile/link flags that works with automake and autoconf. \
4 It replaces the ubiquitous *-config scripts you may have \
5 seen with a single tool."
6 HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
10 SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
11 file://autofoo.patch;patch=1 \
12 file://sysrootfix.patch;patch=1 \
13 file://glibconfig-sysdefs.h"
15 S = "${WORKDIR}/pkg-config-${PV}/"
20 do_configure_prepend () {
21 install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.*/
25 install -d -m 0755 ${STAGING_LIBDIR}/pkgconfig