aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/maemo-mapper/maemo-mapper_svn.bb
blob: 713a54a5eda262abd979aad203e1c899ef0ea181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "GPS navigation/map display software"
LICENSE = "GPL"
DEPENDS = "gdbm libconic sqlite3 gtk+ libhildonfm libosso osso-ic-oss libosso-help gnome-vfs dbus bluez-libs"
RDEPENDS_${PN} = "bluez-utils"
RRECOMMENDS_${PN} = "gpsd flite"
SRCREV = "118"
PV = "2.0.3+svnr${SRCPV}"
PR = "r3"

SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \
           file://mapper-hildon1.diff;maxrev=108" 

S = "${WORKDIR}/trunk"

inherit autotools pkgconfig

do_install_append () {
	install -d ${D}${datadir}/applications/
	mv ${D}/maemo-mapper.desktop ${D}${datadir}/applications/
}

#FILES_${PN} += "${datadir}/icons"