summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/galago/libgalago_0.3.3.bb
blob: 85f4097806e2510c2a37afbee8451ebfba430f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 =	"LGPL"
DEPENDS = 	"gettext 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"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_includes
	install -d ${STAGING_LIBDIR}
	install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so
}