surpport seeking the recorded video
[vuplus_openembedded] / recipes / tangogps / tangogps.inc
1 DESCRIPTION = "tangoGPS is a map and GPS application using Openstreetmap"
2 AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>"
3 HOMEPAGE = "http://tangogps.org/"
4 SECTION = "x11/applications"
5 LICENSE = "GPLv2"
6 PRIORITY = "optional"
7 DEPENDS = "curl gtk+ gconf sqlite3 libexif"
8
9 SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz"
10 S = "${WORKDIR}/tangogps-${PV}"
11
12 inherit autotools pkgconfig
13
14 RRECOMMENDS = "gpsd"
15 RRECOMMENDS_shr = "fso-gpsd"