summaryrefslogtreecommitdiff
path: root/packages/telepathy/telepathy-gabble_0.5.7.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-04-19 19:09:42 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-19 19:09:42 +0000
commitb6e475d4d96f387075999a439ce9678306a52365 (patch)
treefe9cd379afc0b01957653bde0a83596984bfae32 /packages/telepathy/telepathy-gabble_0.5.7.bb
parent58c2e58f58d3ba4a6cdfd08e61939136284ecbd8 (diff)
gabble: add 0.5.7
Diffstat (limited to 'packages/telepathy/telepathy-gabble_0.5.7.bb')
-rw-r--r--packages/telepathy/telepathy-gabble_0.5.7.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/telepathy/telepathy-gabble_0.5.7.bb b/packages/telepathy/telepathy-gabble_0.5.7.bb
new file mode 100644
index 0000000000..31ce247513
--- /dev/null
+++ b/packages/telepathy/telepathy-gabble_0.5.7.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "glib-2.0 dbus loudmouth"
+LICENSE = "lgpl"
+
+# gabble.manager needs to get regenerated every release, so please don't copy it over blindly
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \
+ file://gabble.manager"
+
+inherit autotools pkgconfig
+
+do_compile_prepend() {
+ cp ${WORKDIR}/gabble.manager ${S}/data/
+}
+
+FILES_${PN} += "${datadir}/telepathy \
+ ${datadir}/dbus-1"