aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
blob: f9bb7b3c549c7f9edfa628f950cf20f44674c87b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY =       "Desktop presence framework"
DESCRIPTION =	"Galago is a desktop presence framework, designed to transmit presence information between programs."
HOMEPAGE =	"http://www.galago-project.org/"
LICENSE =	"LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
                    file://libgalago/galago.h;endline=21;md5=141785cb9ec62067398dda136a7bb401"

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"