libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / maemo-mapper / maemo-mapper_svn.bb
blob2c1bb4cfe2661a5068481d7daa4d679f9c0001c2
1 DESCRIPTION = "GPS navigation/map display software"
2 LICENSE = "GPL"
3 DEPENDS = "gdbm libconic sqlite3 gtk+ libhildonfm libosso osso-ic-oss libosso-help gnome-vfs dbus bluez-libs"
4 RDEPENDS = "bluez-utils"
5 RRECOMMENDS = "gpsd flite"
6 SRCREV = "118"
7 PV = "2.0.3+svnr${SRCPV}"
8 PR = "r2"
10 SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \
11 file://mapper-hildon1.diff;patch=1;maxrev=108"
13 S = "${WORKDIR}/trunk"
15 inherit autotools pkgconfig
17 do_install_append () {
18 install -d ${D}${datadir}/applications/
19 mv ${D}/maemo-mapper.desktop ${D}${datadir}/applications/
22 #FILES_${PN} += "${datadir}/icons"