blob: 1449311f907370a4ea6176de0d4556267b8d4dc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Gabriel is a small utility to enable D-Bus clients to connect to a D-Bus \
daemon running on a remote machine, through SSH. In simple words, gabriel is a proxy for \
a dbus daemon running on a remote machine."
LICENSE = "GPL"
DEPENDS = "libssh glib-2.0 dbus glib-dbus"
SECTION = "console/network"
PV = "0.0.0+svnr${SRCREV}"
SRC_URI = "svn://gabriel.svn.sourceforge.net/svnroot/gabriel;module=gabriel;proto=https"
S = "${WORKDIR}/gabriel"
inherit autotools_stage
RDEPENDS = "socat"
|