summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-05-03 20:19:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-03 20:19:52 +0000
commit86fcc72ba9dc3abc185bd353b807bd13c25b1ab8 (patch)
tree70539ae05d2d9b8dfd316449305dd5afbfa15168 /packages
parent995352d010c2bf8c0ce1e9f2379a59a7d3751c9b (diff)
parent59a67e65a62f1fd7f39122ae9d61cf17438d7870 (diff)
merge of 13813ab94ffee0d1aeb108014a63c4e4f408b77a
and b9e97e1ac980472265e7715ad0f37be8f9a86454
Diffstat (limited to 'packages')
-rw-r--r--packages/telepathy/.mtn2git_empty0
-rw-r--r--packages/telepathy/telepathy-gabble_20060503.bb14
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/telepathy/.mtn2git_empty b/packages/telepathy/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/telepathy/.mtn2git_empty
diff --git a/packages/telepathy/telepathy-gabble_20060503.bb b/packages/telepathy/telepathy-gabble_20060503.bb
new file mode 100644
index 0000000000..c873894f1c
--- /dev/null
+++ b/packages/telepathy/telepathy-gabble_20060503.bb
@@ -0,0 +1,14 @@
+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://ewi546.ewi.utwente.nl/OE/source/telepathy-gabble-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/${PN}/"
+
+FILES_${PN} += "${datadir}/telepathy \
+ ${datadir}/dbus-1"