summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-27 15:33:40 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-27 15:33:40 +0000
commit82f18b9e00e18d63144fca6d01bb2cfb46d8ab47 (patch)
tree28890e9717a39ae01d05b04968c18e98adebc7ca /meta
parent0ba486c5d1805a480147ea50c4ef92227af06e20 (diff)
downloadpoky-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')
-rw-r--r--meta/packages/telepathy/telepathy-idle_0.1.2.bb11
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 @@
1DESCRIPTION = "IRC connection manager for Telepathy"
2HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
3DEPENDS = "glib-2.0 dbus telepathy-glib openssl"
4LICENSE = "LGPL"
5
6SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
7
8inherit autotools pkgconfig
9
10FILES_${PN} += "${datadir}/telepathy \
11 ${datadir}/dbus-1"