Merges.
[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://configure.patch;patch=1 \
9            file://glibconfig-sysdefs.h"
10
11 inherit autotools 
12
13 acpaths = "-I ."
14 do_configure_prepend () {
15         install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.8/
16 }
17
18 do_stage_append() {
19         install -d -m 0755 ${STAGING_DATADIR}/pkgconfig
20
21 }