summaryrefslogtreecommitdiff
path: root/packages/galago/galago-daemon_0.3.4.bb
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2005-09-09 05:47:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-09 05:47:17 +0000
commit32691a11754485c3b90a5c38580aadc4db42fbe2 (patch)
tree7c0e79d7478c346ce5b1c36ded5b52883510fc37 /packages/galago/galago-daemon_0.3.4.bb
parentaeb77bd6d1545ce1207553a4e5a01eef6a1d43bd (diff)
parent7002873dffc9a8f2758e96f1cdeadaccdae6f96c (diff)
merge of 67f2ba05e3794b7091b464ce3cd91e59e129a5a2
and e55a199a204af711c51f5c00ac2612d54f98edc2
Diffstat (limited to 'packages/galago/galago-daemon_0.3.4.bb')
-rw-r--r--packages/galago/galago-daemon_0.3.4.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/galago/galago-daemon_0.3.4.bb b/packages/galago/galago-daemon_0.3.4.bb
new file mode 100644
index 0000000000..610b9f7128
--- /dev/null
+++ b/packages/galago/galago-daemon_0.3.4.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/"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "gettext libgalago dbus glib-2.0"
+
+
+SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
+ file://no-check.patch;patch=1"
+EXTRA_OECONF = "--disable-binreloc"
+
+inherit autotools pkgconfig
+