aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telepathy/libtelepathy_0.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/telepathy/libtelepathy_0.3.3.bb')
-rw-r--r--recipes/telepathy/libtelepathy_0.3.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/telepathy/libtelepathy_0.3.3.bb b/recipes/telepathy/libtelepathy_0.3.3.bb
new file mode 100644
index 0000000000..3f34081379
--- /dev/null
+++ b/recipes/telepathy/libtelepathy_0.3.3.bb
@@ -0,0 +1,15 @@
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "telepathy-glib 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
+}