blob: 39e89fcc98abf9de14ea33fa43d8b85b8f38a53f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 = "bluez-utils"
RRECOMMENDS = "gpsd flite"
PV = "2.0.3+svnr${SRCREV}"
PR = "r2"
SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \
file://mapper-hildon1.diff;patch=1;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"
|