generic-poky/meta/packages/telepathy/libtelepathy_0.0.53.bb
Marcin Juszkiewicz 622e1917a1 libtelepathy: stage headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1566 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-27 09:41:31 +00:00

16 lines
329 B
BlitzBasic

HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"
do_stage() {
autotools_stage_all
}