diff options
Diffstat (limited to 'meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb')
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb new file mode 100644 index 000000000..8b685ac15 --- /dev/null +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "FoxtrotGPS is a map and GPS application using OpenStreetMap" | ||
2 | AUTHOR = "Joshua Judson Rosen <rozzin@geekspace.com>" | ||
3 | HOMEPAGE = "http://www.foxtrotgps.org/" | ||
4 | SECTION = "x11/applications" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
7 | PRIORITY = "optional" | ||
8 | DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" | ||
9 | |||
10 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" | ||
11 | SRC_URI[md5sum] = "982d14cdb0439cc4d6aa6cefc232124d" | ||
12 | SRC_URI[sha256sum] = "059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | RRECOMMENDS_${PN} = "gpsd" | ||