diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-10-19 06:48:02 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-10-19 06:48:02 +0000 |
commit | bdfa9b99d1fd89d1e122da3dd4f50148b28e3726 (patch) | |
tree | 123ba35f7329f9209479ed276f1b7df68faaf7d1 /packages | |
parent | 1010441880aee280580534f0fb0a68e4a98eb375 (diff) |
libtelepathy: add 0.2.0
Diffstat (limited to 'packages')
-rw-r--r-- | packages/telepathy/libtelepathy_0.2.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/telepathy/libtelepathy_0.2.0.bb b/packages/telepathy/libtelepathy_0.2.0.bb new file mode 100644 index 0000000000..d30b301d38 --- /dev/null +++ b/packages/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 +} |