summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
blob: fe82a618e6ff2acd16b10ec10e3c4e9e8cacde7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 pkgconfig

EXTRA_OECONF = "--disable-tests --disable-check"