diff options
-rw-r--r-- | recipes/foxtrotgps/foxtrotgps.inc | 14 | ||||
-rw-r--r-- | recipes/foxtrotgps/foxtrotgps_0.99.4.bb | 4 | ||||
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 1 |
3 files changed, 19 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" diff --git a/recipes/foxtrotgps/foxtrotgps_0.99.4.bb b/recipes/foxtrotgps/foxtrotgps_0.99.4.bb new file mode 100644 index 0000000000..61650443b2 --- /dev/null +++ b/recipes/foxtrotgps/foxtrotgps_0.99.4.bb @@ -0,0 +1,4 @@ +require foxtrotgps.inc + +SRC_URI[md5sum] = "73f03ba1ee1853dea077aa18518222f7" +SRC_URI[sha256sum] = "c7fffa0d45f59de0b858c84e57a6325af78f97f3492ef5e4bd75d5bf0c20d689" diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 6c6120aaf9..1df20a9f95 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -21,6 +21,7 @@ RDEPENDS_${PN} += "\ evopedia \ fbreader \ ffalarms \ + foxtrotgps \ gpe-calendar \ gpe-todo \ gpe-scap \ |