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