summaryrefslogtreecommitdiff
path: root/packages/gpsbabel/gpsbabel_1.3.5.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2008-08-13 10:59:59 +0000
committerStanislav Brabec <utx@penguin.cz>2008-08-13 10:59:59 +0000
commit27ef4f645ac40f9b3762d18f454be388d593d747 (patch)
tree5aea547facc99cf39d505100ffa82e651e578246 /packages/gpsbabel/gpsbabel_1.3.5.bb
parent1cdbb0088be96990a02066c9d939f664ad4a9693 (diff)
gpsdrive updated to version 1.3.5:
* new formats: GlobalSat DG-100, Navilink GPS support, MTK Data Logger, Nokia LMX, Swiss Map 50 xol, NMEA GISTeq strain. * new features: Garmin HC supported, Garmin GPI proximity alerts, Lowrance waypoint comments, VCF coords in ADR for iPhone, timestamps in KML Placemarks, Opencaching.de GPX, TomTom geocaching, KML writer for geocaches rewritten, KML track/route writer direction of motion, GPX and CSV Geocache archive/availability, discard filter support for minimum number of satellites. * fixes: Google Maps reader, longitude and latitude in tomtom_in, Garmin GDB Category option, timestamps on xcsv formats, realtime KML GPS jitter suppress, GPX links handled in tracks and routes.
Diffstat (limited to 'packages/gpsbabel/gpsbabel_1.3.5.bb')
-rw-r--r--packages/gpsbabel/gpsbabel_1.3.5.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/gpsbabel/gpsbabel_1.3.5.bb b/packages/gpsbabel/gpsbabel_1.3.5.bb
new file mode 100644
index 0000000000..c46b9df81d
--- /dev/null
+++ b/packages/gpsbabel/gpsbabel_1.3.5.bb
@@ -0,0 +1,20 @@
+SECTION = "console/utils"
+DESCRIPTION = "GPS data converter"
+DEPENDS = "expat libusb-compat"
+HOMEPAGE = "http://gpsbabel.sf.net"
+LICENSE = "GPL"
+
+PR = "r1"
+
+SRC_URI = "http://www.gpsbabel.org/plan9.php?dl=gpsbabel-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_compile () {
+ oe_runmake EXTRA_CFLAGS="-I${STAGING_INCDIR} -L${STAGING_LIBDIR}"
+}
+
+do_install () {
+ install -d ${D}${bindir}
+ install -m 0744 gpsbabel ${D}${bindir}
+}