opkg-utils: Fix typo and drop duplicate S entry
[openembedded.git] / recipes / pkgconfig / pkgconfig.inc
blobacbda408489ebb390781d4da012d83bd2bbef5dd
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 = "r8"
10 SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
11            file://autofoo.patch \
12            file://sysrootfix.patch \
13            file://glibconfig-sysdefs.h"
15 S = "${WORKDIR}/pkg-config-${PV}/"
17 inherit autotools
19 acpaths = "-I ."
20 do_configure_prepend () {
21         install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.*/
24 do_install_append() {
25         install -d -m 0755 ${D}${libdir}/pkgconfig