blob: d82c43da6f0192f0759dceb1879c08998871902d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUMMARY = "Telepathy IRC connection manager"
DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols."
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus telepathy-glib openssl"
LICENSE = "LGPL"
SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"
|