17 lines
501 B
BlitzBasic
17 lines
501 B
BlitzBasic
DESCRIPTION = "A filtering proxy for D-Bus connections"
|
|
SUMMARY = "A filtering proxy for D-Bus connections"
|
|
HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy"
|
|
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
DEPENDS = "autoconf-archive-native glib-2.0"
|
|
|
|
inherit autotools gnomebase gtk-icon-cache mime
|
|
|
|
SRCREV = "9f6c5624f0dd57a8e301cd84c5525298bb754ed8"
|
|
SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
|