diff options
Diffstat (limited to 'meta/recipes-support/libproxy/libproxy_0.4.7.bb')
| -rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.4.7.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb new file mode 100644 index 0000000000..2793b41695 --- /dev/null +++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 = "gconf" | ||
| 11 | |||
| 12 | SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "509e03a488a61cd62bfbaf3ab6a2a7a5" | ||
| 15 | SRC_URI[sha256sum] = "8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde493797" | ||
| 16 | |||
| 17 | inherit cmake pkgconfig | ||
| 18 | |||
| 19 | EXTRA_OECMAKE = "-DWITH_WEBKIT=no -DWITH_GNOME=yes -DWITH_KDE4=no \ | ||
| 20 | -DWITH_PYTHON=no -DWITH_PERL=no -DWITH_MOZJS=no -DWITH_NM=no -DLIB_INSTALL_DIR=${libdir}" | ||
| 21 | |||
| 22 | FILES_${PN}-dbg += "${libdir}/libproxy/${PV}/plugins/.debug/ ${libdir}/libproxy/${PV}/modules/.debug/" | ||
| 23 | |||
| 24 | do_configure_prepend() { | ||
| 25 | export HOST_SYS=${HOST_SYS} | ||
| 26 | export BUILD_SYS=${BUILD_SYS} | ||
| 27 | } | ||
