]> code.ossystems Code Review - openembedded-core.git/commitdiff
telepathy-idle: added 0.1.2
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 27 Nov 2007 15:33:40 +0000 (15:33 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 27 Nov 2007 15:33:40 +0000 (15:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3250 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/telepathy/telepathy-idle_0.1.2.bb [new file with mode: 0644]

diff --git a/meta/packages/telepathy/telepathy-idle_0.1.2.bb b/meta/packages/telepathy/telepathy-idle_0.1.2.bb
new file mode 100644 (file)
index 0000000..d152e31
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "IRC connection manager for Telepathy"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "glib-2.0 dbus telepathy-glib openssl"
+LICENSE = "LGPL"
+
+SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}/telepathy \
+                ${datadir}/dbus-1"