blob: 333efd426f6516d18a54b8e0dcdd73e11e79c806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib gettext"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz"
inherit autotools_stage pkgconfig
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"
|