summaryrefslogtreecommitdiff
path: root/packages/telepathy/telepathy-gabble_20060503.bb
blob: c873894f1c9037d5fd66e87cac9f90193aa2665f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"