aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb')
-rw-r--r--meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
new file mode 100644
index 0000000000..9570e503c2
--- /dev/null
+++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
+HOMEPAGE = "http://www.galago-project.org/"
+LICENSE = "GPL"
+DEPENDS = "gettext libgalago dbus glib-2.0"
+
+SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz "
+
+EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests"
+
+FILES_${PN} += "${datadir}/dbus-1/services/"
+
+inherit autotools pkgconfig
+