1SUMMARY = "Telepathy Framework glib-base helper library" 2DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" 3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" 4DEPENDS = "glib-2.0 dbus hostpython-runtime-native dbus-native dbus-glib libxslt-native" 5LICENSE = "LGPLv2.1+" 6 7SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BP}.tar.gz" 8SRC_URI[md5sum] = "cbeb0a24acc26e7f095be281c324da69" 9SRC_URI[sha256sum] = "9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb" 10 11LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" 12 13inherit autotools pkgconfig gettext gobject-introspection vala 14 15EXTRA_OECONF = "--enable-vala-bindings" 16 17FILES_${PN} += "${datadir}/telepathy \ 18 ${datadir}/dbus-1" 19