aboutsummaryrefslogtreecommitdiffstats
path: root/packages/telepathy/telepathy-gabble_0.3.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-09 17:48:48 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-09 17:48:48 +0000
commitb16f505563663fac635d7ab8a1925711906c5ed9 (patch)
tree9eaf7f7e2b518ba9a7aa7a690bd8a8d28ab9de99 /packages/telepathy/telepathy-gabble_0.3.0.bb
parentcf25f7318627e53981609c036ec329e28be75c6f (diff)
downloadopenembedded-b16f505563663fac635d7ab8a1925711906c5ed9.tar.gz
telepathy-gabble: add release, remove snapshot
Diffstat (limited to 'packages/telepathy/telepathy-gabble_0.3.0.bb')
-rw-r--r--packages/telepathy/telepathy-gabble_0.3.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/telepathy/telepathy-gabble_0.3.0.bb b/packages/telepathy/telepathy-gabble_0.3.0.bb
new file mode 100644
index 0000000000..78440a7148
--- /dev/null
+++ b/packages/telepathy/telepathy-gabble_0.3.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "glib-2.0 dbus loudmouth"
+LICENSE = "lgpl"
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+
+FILES_${PN} += "${datadir}/telepathy \
+ ${datadir}/dbus-1"