diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-05-06 17:53:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-06 17:53:07 +0000 |
commit | 574009f3b76ac859d173f5450b53a8b31d5ef1ca (patch) | |
tree | 0ab2716ec1e40025cea1fcdd443d16cce24f756d /packages/telepathy/telepathy-gabble_20060503.bb | |
parent | b7c0b97dec8d44496972003a3258654945872d29 (diff) | |
parent | 90d7e5110319cc4ab6b5e47af5e989b58004ee2f (diff) |
merge of 224e3cbcf014b8cd9406d30cb74a19c2d77cd5d6
and 253cbfe06dd468b449fb7cf63f7d91224be6c3d1
Diffstat (limited to 'packages/telepathy/telepathy-gabble_20060503.bb')
-rw-r--r-- | packages/telepathy/telepathy-gabble_20060503.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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" |