aboutsummaryrefslogtreecommitdiffstats
path: root/packages/geoclue/geoclue_svn.bb
blob: e07b01d2caa70199dd63ce811383d16916466ae5 (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
DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
HOMEPAGE = "http://live.gnome.org/GeoClue"

DEPENDS = "gpsd gnome-panel libsoup dbus-glib"

PV = "0.0+svn${SRCDATE}"

inherit autotools pkgconfig

SRC_URI = "svn://svn.foinse-project.org/geoclue;module=trunk;proto=http"

S = "${WORKDIR}/trunk"

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"