summaryrefslogtreecommitdiffstats
path: root/meta/packages/telepathy/telepathy-glib_0.9.0.bb
blob: cf522b8ce11fa8c6fcc73d6b8b801cd684ff6f63 (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"
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"