summaryrefslogtreecommitdiff
path: root/packages/geoclue/geoclue_git.bb
blob: 6ae717e4b6b59170d3c6f2fd3716d308349f0206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
HOMEPAGE = "http://live.gnome.org/GeoClue"

DEPENDS = "gpsd ilibxml2 libsoup dbus-glib"

PV = "0.0+git${SRCDATE}"
PR = "r0"
PE = "1"

inherit autotools pkgconfig

SRC_URI = "git://anongit.freedesktop.org/git/geoclue;protocol=git"

S = "${WORKDIR}/git"

EXTRA_OECONF = "--enable-panel-applet=no"

do_install_append() {
	mkdir -p ${D}/usr/share/
	cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share
	rm -rf ${D}${STAGING_DATADIR}/
}

PACKAGES =+ "geoclue-applet"

FILES_geoclue-applet += " \
			${libdir}/bonobo/servers/* \
			${libdir}/gnome-panel/*"


FILES_${PN} += " \
		${libdir}/gnome-panel/* \
		${datadir}/dbus-1"