generic-poky/meta/packages/telepathy/telepathy-idle_0.1.2.bb
Marcin Juszkiewicz 82f18b9e00 telepathy-idle: added 0.1.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3250 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27 15:33:40 +00:00

12 lines
348 B
BlitzBasic

DESCRIPTION = "IRC connection manager for Telepathy"
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus telepathy-glib openssl"
LICENSE = "LGPL"
SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"