foxtrotgps_1.1.1.bb 749 B

1234567891011121314151617181920212223
  1. SUMMARY = "FoxtrotGPS is a map and GPS application using OpenStreetMap"
  2. AUTHOR = "Joshua Judson Rosen <rozzin@geekspace.com>"
  3. HOMEPAGE = "http://www.foxtrotgps.org/"
  4. SECTION = "x11/applications"
  5. LICENSE = "GPLv2"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
  7. DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4"
  8. SRC_URI = "http://www.foxtrotgps.org/releases/${BP}.tar.gz"
  9. SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163"
  10. SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb"
  11. inherit autotools pkgconfig perlnative gconf
  12. PR = "r2"
  13. do_configure_prepend() {
  14. if [ -f ${S}/configure.in ] ; then
  15. mv ${S}/configure.in ${S}/configure.ac
  16. fi
  17. }
  18. RRECOMMENDS_${PN} = "gpsd"