blob: 446e7be3127f2b7b0620b48a1f2f2576c637c50f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
PR = "r0"
SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"
|