summaryrefslogtreecommitdiffstats
path: root/meta/packages/telepathy/telepathy-gabble_0.5.10.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 11:32:58 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 11:32:58 +0000
commit8591210a0fe5236301dc7734201b72d7bb441510 (patch)
treed8896ea60a373689dd7636a52e48e0872d3b65aa /meta/packages/telepathy/telepathy-gabble_0.5.10.bb
parentcfd5c04245ee5ceb055e0a2a59ce4d017a84d4c1 (diff)
downloadpoky-8591210a0fe5236301dc7734201b72d7bb441510.tar.gz
telepathy-gabble: update to 0.5.10
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1540 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/telepathy-gabble_0.5.10.bb')
-rw-r--r--meta/packages/telepathy/telepathy-gabble_0.5.10.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/telepathy/telepathy-gabble_0.5.10.bb b/meta/packages/telepathy/telepathy-gabble_0.5.10.bb
new file mode 100644
index 0000000000..fbc209eeb5
--- /dev/null
+++ b/meta/packages/telepathy/telepathy-gabble_0.5.10.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
2HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
3DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib"
4LICENSE = "LGPL"
5
6# gabble.manager needs to get regenerated every release, so please don't copy it over blindly
7SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \
8 file://gabble.manager"
9
10inherit autotools pkgconfig
11
12do_compile_prepend() {
13 cp ${WORKDIR}/gabble.manager ${S}/data/
14}
15
16FILES_${PN} += "${datadir}/telepathy \
17 ${datadir}/dbus-1"