Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / pkgconfig / pkgconfig_0.15.0.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTIOn = "pkg-config is a system for managing library \
4 compile/link flags that works with automake and autoconf. \
5 It replaces the ubiquitous *-config scripts you may have \
6 seen with a single tool."
7
8 SRC_URI := http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz \
9            file://${FILESDIR}/configure.patch;patch=1
10
11 inherit autotools libtool
12
13 acpaths = "-I ."
14 do_configure_prepend () {
15         install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h glib-1.2.8/
16 }
17
18 do_stage_append() {
19         install -d -m 0755 ${STAGING_DIR}/share/pkgconfig
20
21 }