diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 09:15:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 09:15:35 +0000 |
commit | f4cc98868627f5be887015bd37fc20e710dd8189 (patch) | |
tree | 6091647dc5a5926ee925f606b087d24c9d75177f /meta/packages/telepathy/telepathy-gabble_0.7.6.bb | |
parent | 4a32f7de4ed4b97d3c3324c1cc40641102b3965d (diff) | |
download | poky-f4cc98868627f5be887015bd37fc20e710dd8189.tar.gz |
telepathy-gabble: upgraded to 0.7.6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4905 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/telepathy-gabble_0.7.6.bb')
-rw-r--r-- | meta/packages/telepathy/telepathy-gabble_0.7.6.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/telepathy/telepathy-gabble_0.7.6.bb b/meta/packages/telepathy/telepathy-gabble_0.7.6.bb new file mode 100644 index 0000000000..84eed373f7 --- /dev/null +++ b/meta/packages/telepathy/telepathy-gabble_0.7.6.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Jabber/XMPP connection manager" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib dbus-glib" | ||
4 | LICENSE = "LGPL" | ||
5 | |||
6 | # gabble.manager needs to get regenerated every release, so please don't copy it over blindly | ||
7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \ | ||
8 | file://gabble.manager" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | do_compile_prepend() { | ||
13 | cp ${WORKDIR}/gabble.manager ${S}/data/ | ||
14 | } | ||
15 | |||
16 | FILES_${PN} += "${datadir}/telepathy \ | ||
17 | ${datadir}/dbus-1" | ||