generic-poky/meta/packages/galago/libgalago_0.5.2.bb
Richard Purdie 983a3afa89 libgalego: Add patch for mkinstalldirs problems
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-19 21:04:49 +01:00

14 lines
497 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 dbus-glib"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://mkdir.patch;patch=1 \
file://pkgconfig.patch;patch=1 "
PR = "r2"
inherit autotools_stage pkgconfig
EXTRA_OECONF = "--disable-tests --disable-check"