13b57a5955e8730303976c75bd80140ef53dd661
[vuplus_openembedded] / pkgconfig / pkgconfig_0.15.0.oe
1 DEPENDS = "virtual/libc"
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
7 SRC_URI = "http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-${PV}.tar.gz \
8            file://${FILESDIR}/configure.patch;patch=1"
9
10 inherit autotools 
11
12 acpaths = "-I ."
13 do_configure_prepend () {
14         install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h glib-1.2.8/
15 }
16
17 do_stage_append() {
18         install -d -m 0755 ${STAGING_DATADIR}/pkgconfig
19
20 }