summaryrefslogtreecommitdiff
path: root/recipes/telepathy/telepathy-glib_0.7.37.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/telepathy/telepathy-glib_0.7.37.bb')
-rw-r--r--recipes/telepathy/telepathy-glib_0.7.37.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/telepathy/telepathy-glib_0.7.37.bb b/recipes/telepathy/telepathy-glib_0.7.37.bb
new file mode 100644
index 0000000000..05c27abca2
--- /dev/null
+++ b/recipes/telepathy/telepathy-glib_0.7.37.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Telepathy framework - GLib library"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "glib-2.0 dbus libxslt-native python-native dbus-native"
+LICENSE = "LGPL"
+
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz "
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/telepathy \
+ ${datadir}/dbus-1"
+