diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-29 11:39:11 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-29 21:37:56 +0200 |
commit | 521fd01eaf63eb2801ee477e6182d479ecaa874e (patch) | |
tree | 859d1a6a6863cb194c069eb16ed065f950b8f6a8 /meta-oe/recipes-support | |
parent | 9c0c7aada48dc662bd1d570613a64708ee5edb55 (diff) | |
download | meta-openembedded-521fd01eaf63eb2801ee477e6182d479ecaa874e.tar.gz |
foxtrotgps: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/foxtrotgps/foxtrotgps_1.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/foxtrotgps/foxtrotgps_1.0.1.bb b/meta-oe/recipes-support/foxtrotgps/foxtrotgps_1.0.1.bb new file mode 100644 index 000000000..8b685ac15 --- /dev/null +++ b/meta-oe/recipes-support/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" | ||