summaryrefslogtreecommitdiffstats
path: root/meta/packages/libproxy/libproxy_0.2.3.bb
blob: f6a6198a903569fdc208095535c5ab250102e032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A library that provides automatic proxy configuration management"
HOMEPAGE = "http://code.google.com/p/libproxy/"
LICENSE = "LGPL"
SECTION = "libs"

DEPENDS = "virtual/libx11 xmu gconf-dbus"

SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
           file://asneededfix.patch;patch=1"
S = "${WORKDIR}/libproxy-${PV}"

inherit autotools pkgconfig

EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"

FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/"