buildroot/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
Adrian Perez de Castro 5ec950348c package/xdg-dbus-proxy: new package
xdg-dbus-proxy is a filtering proxy for D-Bus connections, which can
be used to limit access to a set of services. Typically it is used in
combination with containers to provide them with access to certain
services running outside the container.

https://github.com/flatpak/xdg-dbus-proxy

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
[Peter: license is LGPL-2.1+]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-12-12 21:59:25 +01:00

18 lines
590 B
Makefile

################################################################################
#
# bubblewrap
#
################################################################################
XDG_DBUS_PROXY_VERSION = 0.1.2
XDG_DBUS_PROXY_SITE = https://github.com/flatpak/xdg-dbus-proxy/releases/download/$(XDG_DBUS_PROXY_VERSION)
XDG_DBUS_PROXY_SOURCE = xdg-dbus-proxy-$(XDG_DBUS_PROXY_VERSION).tar.xz
XDG_DBUS_PROXY_DEPENDENCIES = host-pkgconf libglib2
XDG_DBUS_PROXY_LICENSE = LGPL-2.1+
XDG_DBUS_PROXY_LICENSE_FILES = COPYING
XDG_DBUS_PROXY_CONF_OPTS = --disable-man
$(eval $(autotools-package))