diff options
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.bb | 13 |
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 @@ | |||
1 | SUMMARY = "Telepathy IRC connection manager" | ||
2 | DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols." | ||
3 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
4 | DEPENDS = "glib-2.0 dbus telepathy-glib openssl" | ||
5 | LICENSE = "LGPL" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | FILES_${PN} += "${datadir}/telepathy \ | ||
13 | ${datadir}/dbus-1" | ||