blob: 610b9f7128993e4574438b153c510817487daa5e (
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/"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "gettext libgalago dbus glib-2.0"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://no-check.patch;patch=1"
EXTRA_OECONF = "--disable-binreloc"
inherit autotools pkgconfig
|