Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5187

Added Files:
        gpsbabel.info 
Log Message:
Added gpsbabel, tested on 10.4/powerpc. (I don't think I have any 10.3
disks around, and I definitely don't have 10.4/intel, so feedback on
those platforms would be appreciated.)


--- NEW FILE: gpsbabel.info ---
Package: gpsbabel
Version: 1.2.7
Revision: 1001

Description: GPS data transfer and conversion tool

DescDetail: <<
gpsbabel is a command-line utility that translates GPS track, route and
waypoint information between different GPS units and file formats. Most
notably, it can handle GPX files (an emerging "GPS Exchange Format"; see
http://www.topografix.com/gpx.asp for details), Google Maps URLs, and
Google Earth (Keyhole) KML files. Also, gpsbabel can transfer data to
and from many serial and USB GPS units.
<<

DescUsage: <<
Running 'gpsdrive' with no arguments displays a command summary.
'gpsdrive -h | less' will give you the full input/filter/output option
list.

If you are using a serial GPS and a Keyspan USB-to-serial adapter, you
may need to use '/dev/cu.KeySerial1' instead of '/dev/tty.KeySerial1'.
<<

DescPort: <<
There is a native OS X GUI, but I have not attempted to build that yet
(it seems to target Project Builder, not XCode).

Apparently, recent 1.2.8 betas have an updated GUI.
<<

Homepage: http://www.gpsbabel.org/

License: GPL

Maintainer: Charles Lepple <[EMAIL PROTECTED]>

Depends: expat-shlibs, libusb-shlibs

BuildDepends: expat, libusb

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 535da9798714e53a9584e22ac7d651d3

DocFiles: COPYING README*

CompileScript: <<
#!/bin/sh -ex
  make EXTRA_CFLAGS="$(libusb-config --cflags)" LIBEXPAT="-L%p/lib -lexpat" 
LIBUSB="$(libusb-config --libs)"
<<

InstallScript: <<
#!/bin/sh -ex
  mkdir -p %i/bin
  make INSTALL_TARGETDIR=%i install
<<



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to