aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telepathy/libtelepathy_0.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/telepathy/libtelepathy_0.2.0.bb')
-rw-r--r--recipes/telepathy/libtelepathy_0.2.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/telepathy/libtelepathy_0.2.0.bb b/recipes/telepathy/libtelepathy_0.2.0.bb
new file mode 100644
index 0000000000..d30b301d38
--- /dev/null
+++ b/recipes/telepathy/libtelepathy_0.2.0.bb
@@ -0,0 +1,15 @@
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "glib-2.0 dbus"
+LICENSE = "LGPL"
+PR = "r0"
+
+SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}/telepathy \
+ ${datadir}/dbus-1"
+
+do_stage() {
+ autotools_stage_all
+}