aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gabriel/gabriel_svn.bb
blob: 94fdfe99e77afe8f0792b476ee25080b48ac59ba (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${SRCPV}"

SRC_URI = "svn://gabriel.svn.sourceforge.net/svnroot/gabriel;module=gabriel;proto=https"
S = "${WORKDIR}/gabriel"

inherit autotools_stage

RDEPENDS = "socat"