summaryrefslogtreecommitdiff
path: root/recipes/telepathy/telepathy-glib_0.7.29.bb
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-05-14 18:00:54 +0400
committerSergey Lapin <slapin@ossfans.org>2009-05-14 18:00:54 +0400
commitcfbb95b3bb62ce2ada4fdd7897a0af0a38b4b628 (patch)
tree79040e1fb929da52fd6e014468c7eea2e2464288 /recipes/telepathy/telepathy-glib_0.7.29.bb
parentd02457b03abe27767741f709a461e8d46294dd01 (diff)
parentb530076ad1209bceed621eec39e82397732afd6e (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into afeb9260-tmp
Diffstat (limited to 'recipes/telepathy/telepathy-glib_0.7.29.bb')
-rw-r--r--recipes/telepathy/telepathy-glib_0.7.29.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/telepathy/telepathy-glib_0.7.29.bb b/recipes/telepathy/telepathy-glib_0.7.29.bb
new file mode 100644
index 0000000000..aaed2b7053
--- /dev/null
+++ b/recipes/telepathy/telepathy-glib_0.7.29.bb
@@ -0,0 +1,14 @@
+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_stage
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+FILES_${PN} += "${datadir}/telepathy \
+ ${datadir}/dbus-1"
+