diff options
Diffstat (limited to 'meta/recipes-support/libproxy/libproxy_0.5.6.bb')
-rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.5.6.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.5.6.bb b/meta/recipes-support/libproxy/libproxy_0.5.6.bb new file mode 100644 index 0000000000..6a705b305f --- /dev/null +++ b/meta/recipes-support/libproxy/libproxy_0.5.6.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | SUMMARY = "Library providing automatic proxy configuration management" | ||
2 | DESCRIPTION = "libproxy provides interfaces to get the proxy that will be \ | ||
3 | used to access network resources. It uses various plugins to get proxy \ | ||
4 | configuration via different mechanisms (e.g. environment variables or \ | ||
5 | desktop settings)." | ||
6 | HOMEPAGE = "https://github.com/libproxy/libproxy" | ||
7 | BUGTRACKER = "https://github.com/libproxy/libproxy/issues" | ||
8 | SECTION = "libs" | ||
9 | LICENSE = "LGPL-2.1-or-later" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
11 | file://src/libproxy/proxy.c;beginline=1;endline=20;md5=bb9a177ef1c995311070f34c5638a402 \ | ||
12 | " | ||
13 | |||
14 | DEPENDS = "glib-2.0" | ||
15 | |||
16 | SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main" | ||
17 | SRCREV = "e7d18806575e21f94cf2f6024659386b129ca189" | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit meson pkgconfig gobject-introspection vala gi-docgen | ||
21 | GIDOCGEN_MESON_OPTION = 'docs' | ||
22 | |||
23 | PACKAGECONFIG ?= "" | ||
24 | PACKAGECONFIG[curl] = "-Dcurl=true,-Dcurl=false,curl" | ||
25 | PACKAGECONFIG[config-gnome] = "-Dconfig-gnome=true,-Dconfig-gnome=false,gsettings-desktop-schemas" | ||
26 | PACKAGECONFIG[pacrunner-duktape] = "-Dpacrunner-duktape=true,-Dpacrunner-duktape=false,duktape" | ||
27 | |||
28 | FILES:${PN} += "${libdir}/${BPN}/${PV}/modules" | ||