diff options
author | Joshua Judson Rosen <rozzin@geekspace.com> | 2010-06-17 13:28:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-17 15:52:15 +0200 |
commit | aefd3cbac5a9ef3644c9d1f46b985ac5d815c05d (patch) | |
tree | 6a92be29d7f7196eeceef87ddacc2dac758e29de /recipes/foxtrotgps/foxtrotgps.inc | |
parent | 3784cd38607ab46a9a899d8565fe337aaf5a054a (diff) |
foxtrotgps: add recipe for FoxtrotGPS 0.99.4
* also add it to shr feeds
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/foxtrotgps/foxtrotgps.inc')
-rw-r--r-- | recipes/foxtrotgps/foxtrotgps.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/foxtrotgps/foxtrotgps.inc b/recipes/foxtrotgps/foxtrotgps.inc new file mode 100644 index 0000000000..752fa5b948 --- /dev/null +++ b/recipes/foxtrotgps/foxtrotgps.inc @@ -0,0 +1,14 @@ +DESCRIPTION = "FoxtrotGPS is a map and GPS application using OpenStreetMap" +AUTHOR = "Joshua Judson Rosen <rozzin@geekspace.com>" +HOMEPAGE = "http://www.foxtrotgps.org/" +SECTION = "x11/applications" +LICENSE = "GPLv2" +PRIORITY = "optional" +DEPENDS = "curl gtk+ gconf sqlite3 libexif" + +SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" + +inherit autotools pkgconfig + +RRECOMMENDS_${PN} = "gpsd" +RRECOMMENDS_${PN}_shr = "fso-gpsd" |