aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/galago/libgalago_0.3.3.bb
blob: 93331d0845ebb7b09a06d3d54fbf3ef7f2ad5f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
PR =		"r1"


SRC_URI =	"http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
		 file://no-check.patch;apply=yes"

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
}

SRC_URI[md5sum] = "94d5223445deb1ed95973424d4958386"
SRC_URI[sha256sum] = "148bc83e4ab6e87a6f26b60efdffc1258752a42079783e6f2b080f287e8b15fc"