summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
new file mode 100644
index 0000000000..446e7be312
--- /dev/null
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Telepathy IRC connection manager"
2DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols."
3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
4DEPENDS = "glib-2.0 dbus telepathy-glib openssl"
5LICENSE = "LGPL"
6PR = "r0"
7
8SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
9
10inherit autotools pkgconfig
11
12FILES_${PN} += "${datadir}/telepathy \
13 ${datadir}/dbus-1"