generic-poky/meta/packages/galago/libgalago_0.5.2.bb
Marcin Juszkiewicz 5fc01adae4 galago: updated to 0.5.x versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1477 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-11 10:34:12 +00:00

17 lines
529 B
BlitzBasic

DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
HOMEPAGE = "http://www.galago-project.org/"
LICENSE = "LGPL"
DEPENDS = "gettext dbus glib-2.0"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz "
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-tests --disable-check"
do_stage() {
autotools_stage_includes
install -d ${STAGING_LIBDIR}
install -m 755 libgalago/.libs/libgalago.so.3.0.0 ${STAGING_LIBDIR}/libgalago.so
}