19 lines
637 B
BlitzBasic
19 lines
637 B
BlitzBasic
|
SUMMARY = "Telepathy Jabber/XMPP connection manager"
|
||
|
DESCRIPTION = "Telepathy implementation of the Jabber/XMPP protocols."
|
||
|
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
|
||
|
DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib dbus-glib"
|
||
|
LICENSE = "LGPL"
|
||
|
|
||
|
# gabble.manager needs to get regenerated every release, so please don't copy it over blindly
|
||
|
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${BPN}-${PV}.tar.gz \
|
||
|
file://gabble.manager"
|
||
|
|
||
|
inherit autotools pkgconfig
|
||
|
|
||
|
do_compile_prepend() {
|
||
|
cp ${WORKDIR}/gabble.manager ${S}/data/
|
||
|
}
|
||
|
|
||
|
FILES_${PN} += "${datadir}/telepathy \
|
||
|
${datadir}/dbus-1"
|