blob: b9675031e23546f7008f6bd36b583912f2eb85f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus loudmouth"
LICENSE = "lgpl"
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"
|