diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 15:33:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 15:33:40 +0000 |
commit | 82f18b9e00e18d63144fca6d01bb2cfb46d8ab47 (patch) | |
tree | 28890e9717a39ae01d05b04968c18e98adebc7ca /meta/packages/telepathy | |
parent | 0ba486c5d1805a480147ea50c4ef92227af06e20 (diff) | |
download | poky-82f18b9e00e18d63144fca6d01bb2cfb46d8ab47.tar.gz |
telepathy-idle: added 0.1.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3250 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy')
-rw-r--r-- | meta/packages/telepathy/telepathy-idle_0.1.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/telepathy/telepathy-idle_0.1.2.bb b/meta/packages/telepathy/telepathy-idle_0.1.2.bb new file mode 100644 index 0000000000..d152e31a21 --- /dev/null +++ b/meta/packages/telepathy/telepathy-idle_0.1.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "IRC connection manager for Telepathy" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus telepathy-glib openssl" | ||
4 | LICENSE = "LGPL" | ||
5 | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | FILES_${PN} += "${datadir}/telepathy \ | ||
11 | ${datadir}/dbus-1" | ||