diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-03-11 15:56:44 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-03-11 16:40:27 +0000 |
| commit | 01b99d5a65cd4cb692d1ba22670afd344085a548 (patch) | |
| tree | c12ee777951b2f774fd770b4a395ea69cd7cda33 /meta/packages/libproxy/libproxy_0.2.3.bb | |
| parent | f94bd6b312b20c7c0c99c0874bb38887684fd8d6 (diff) | |
| download | poky-01b99d5a65cd4cb692d1ba22670afd344085a548.tar.gz | |
Add libproxy
Diffstat (limited to 'meta/packages/libproxy/libproxy_0.2.3.bb')
| -rw-r--r-- | meta/packages/libproxy/libproxy_0.2.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/libproxy/libproxy_0.2.3.bb b/meta/packages/libproxy/libproxy_0.2.3.bb new file mode 100644 index 0000000000..34172f263d --- /dev/null +++ b/meta/packages/libproxy/libproxy_0.2.3.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "A library that provides automatic proxy configuration management" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/libproxy/" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | SECTION = "libs" | ||
| 5 | |||
| 6 | DEPENDS = "virtual/libx11 xmu gconf-dbus" | ||
| 7 | |||
| 8 | SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \ | ||
| 9 | file://asneededfix.patch;patch=1" | ||
| 10 | S = "${WORKDIR}/libproxy-${PV}" | ||
| 11 | |||
| 12 | inherit autotools_stage pkgconfig | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager" | ||
| 15 | |||
| 16 | FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/" \ No newline at end of file | ||
