summaryrefslogtreecommitdiffstats
path: root/meta/packages/telepathy/libtelepathy_0.3.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-27 15:32:11 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-27 15:32:11 +0000
commit5645257b99d7544da51f18d3a01f27ca1e2d5d32 (patch)
tree71befb5173df068dd724a2c5fb901c7195d60f91 /meta/packages/telepathy/libtelepathy_0.3.1.bb
parentd0223d9525ce53e22c8ea30f476aaa74f41d1fa8 (diff)
downloadpoky-5645257b99d7544da51f18d3a01f27ca1e2d5d32.tar.gz
libtelepathy: upgrade to 0.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3247 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/libtelepathy_0.3.1.bb')
-rw-r--r--meta/packages/telepathy/libtelepathy_0.3.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.3.1.bb b/meta/packages/telepathy/libtelepathy_0.3.1.bb
new file mode 100644
index 0000000000..8e1a96f55d
--- /dev/null
+++ b/meta/packages/telepathy/libtelepathy_0.3.1.bb
@@ -0,0 +1,15 @@
1HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
2DEPENDS = "glib-2.0 dbus telepathy-glib"
3LICENSE = "LGPL"
4PR = "r0"
5
6SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
7
8inherit autotools pkgconfig
9
10FILES_${PN} += "${datadir}/telepathy \
11 ${datadir}/dbus-1"
12
13do_stage() {
14 autotools_stage_all
15}