diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 12:19:11 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 12:19:11 +0000 |
commit | 554dd5264077a47371c781c616696347ff7ac877 (patch) | |
tree | be9e88daabb651c966f29990959a2a21a22736d3 /packages/openmoko-projects/tangogps_0.7.bb | |
parent | 6460bd7c88c00f79d6e6ec5157256bdfffd70754 (diff) |
tangogps: tangoGPS is a lightweight and fast mapping application designed
for OpenMoko/Neo1973, using OpenStreetMap.org maps and displaying your
current position and track.
applied changes from 6b6f52153dc207c2f96bbaa72c7da5c3df057896
through a1dbfb7ee9885518ffbf9f32565ae25635e17da5
Diffstat (limited to 'packages/openmoko-projects/tangogps_0.7.bb')
-rw-r--r-- | packages/openmoko-projects/tangogps_0.7.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/openmoko-projects/tangogps_0.7.bb b/packages/openmoko-projects/tangogps_0.7.bb new file mode 100644 index 0000000000..63513ffe00 --- /dev/null +++ b/packages/openmoko-projects/tangogps_0.7.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "tangoGPS map" +AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>" +HOMEPAGE = "http://tangogps.org/" +SECTION = "openmoko/pim" +PRIORITY = "optional" +LICENSE = "GPLv2" +DEPENDS = "curl gtk+ gpsd" +PR = "r1" + +SRC_URI = "http://tangogps.org/tangoGPS-0.7.tar.gz \ + file://global-config-h.patch;patch=1" + +S = "${WORKDIR}/tangoGPS-0.7" + +inherit autotools + +CPPFLAGS += "-I${STAGING_INCDIR}/gconf/2/" |