summaryrefslogtreecommitdiff
path: root/meta/packages/telepathy/telepathy-gabble_0.7.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-27 15:32:45 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-27 15:32:45 +0000
commit2bbd6adc1f1ea4320ad4bee6016a8cec7cdce430 (patch)
tree9626fcfd18952ba3329ba97476cb98aa69fc1cdd /meta/packages/telepathy/telepathy-gabble_0.7.1.bb
parent5645257b99d7544da51f18d3a01f27ca1e2d5d32 (diff)
downloadopenembedded-core-2bbd6adc1f1ea4320ad4bee6016a8cec7cdce430.tar.gz
openembedded-core-2bbd6adc1f1ea4320ad4bee6016a8cec7cdce430.tar.bz2
openembedded-core-2bbd6adc1f1ea4320ad4bee6016a8cec7cdce430.tar.xz
openembedded-core-2bbd6adc1f1ea4320ad4bee6016a8cec7cdce430.zip
telepathy-gabble: upgrade to 0.7.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3248 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/telepathy-gabble_0.7.1.bb')
-rw-r--r--meta/packages/telepathy/telepathy-gabble_0.7.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/telepathy/telepathy-gabble_0.7.1.bb b/meta/packages/telepathy/telepathy-gabble_0.7.1.bb
new file mode 100644
index 000000000..fbc209eeb
--- /dev/null
+++ b/meta/packages/telepathy/telepathy-gabble_0.7.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib"
+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"