increase dvbapp PR.
[vuplus_openembedded] / recipes / pkgconfig / pkgconfig.inc
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/"
7 LICENSE = "GPL"
8 INC_PR = "r7"
9
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"
14
15 S = "${WORKDIR}/pkg-config-${PV}/"
16
17 inherit autotools
18
19 acpaths = "-I ."
20 do_configure_prepend () {
21         install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.*/
22 }
23
24 do_stage() {
25         install -d -m 0755 ${STAGING_LIBDIR}/pkgconfig
26 }