diff options
Diffstat (limited to 'meta/packages/libproxy/libproxy_0.4.2.bb')
-rw-r--r-- | meta/packages/libproxy/libproxy_0.4.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/libproxy/libproxy_0.4.2.bb b/meta/packages/libproxy/libproxy_0.4.2.bb new file mode 100644 index 0000000000..61595f64e9 --- /dev/null +++ b/meta/packages/libproxy/libproxy_0.4.2.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "A library that provides automatic proxy configuration management" | ||
2 | HOMEPAGE = "http://code.google.com/p/libproxy/" | ||
3 | BUGTRACKER = "http://code.google.com/p/libproxy/issues/list" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "LGPLv2.1+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \ | ||
7 | file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0" | ||
8 | |||
9 | |||
10 | DEPENDS = "virtual/libx11 xmu gconf-dbus" | ||
11 | |||
12 | SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz" | ||
13 | |||
14 | PR = "r0" | ||
15 | |||
16 | inherit cmake pkgconfig | ||
17 | |||
18 | EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager" | ||
19 | |||
20 | FILES_${PN}-dbg += "${libdir}/libproxy/0.4.2/plugins/" | ||
21 | |||
22 | do_configure_prepend() { | ||
23 | export HOST_SYS=${HOST_SYS} | ||
24 | export BUILD_SYS=${BUILD_SYS} | ||
25 | } | ||