blob: 508c8c9323b85efa05548a4f7d7418c6273f949a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
HOMEPAGE = "http://www.galago-project.org/"
MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
LICENSE = "GPL"
DEPENDS = "gettext libgalago dbus glib-2.0"
PR = "r1"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://no-check.patch;patch=1"
EXTRA_OECONF = "--disable-binreloc"
FILES_${PN} += "${datadir}/dbus-1/services/"
inherit autotools pkgconfig
|