. "$GRIMOIRE/FUNCTIONS" SPELL=gpsbabel if [[ $GPSBABEL_BRANCH == "scm" ]]; then VERSION=$(get_scm_version) SOURCE="$SPELL-scm.tar.bz2" SOURCE_URL[0]="svn_http://${SPELL}.googlecode.com/svn/trunk/gpsbabel:$SPELL-scm" FORCE_DOWNLOAD=on SOURCE_IGNORE=volatile SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm" else VERSION=1.5.2 SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]=http://www.hawo.net/~siflfran/smgl/${SOURCE} SOURCE_HASH=sha512:6c19856b893f4f15019e4c66a2f7e7cc490c1dd404c0830704ca50f42f3242d5c76557fb8e41b80e43f0a747899ebe3845331dca769f089fbddb6e6cf55ffe50 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" fi if is_depends_enabled $SPELL perl; then SOURCE2=gpsbabel.org-style3.css SOURCE2_URL[0]=http://www.gpsbabel.org/style3.css SOURCE2_IGNORE=unversioned fi WEB_SITE="http://www.gpsbabel.org/" LICENSE[0]=GPL ENTERED=20120513 SHORT="a tool for converting waypoints, tracks, and routes between popular GPS receivers and mapping programs" cat << EOF GPSBabel converts waypoints, tracks, and routes between popular GPS receivers and mapping programs. It also has powerful manipulation tools for such data. By flattening the Tower of Babel that the authors of various programs for manipulating GPS data have imposed upon us, it returns to us the ability to freely move our own waypoint data between the programs and hardware we choose to use. It contains extensive data manipulation abilities making it a convenient for server-side processing or as the backend for other tools. It does not convert, transfer, send, or manipulate maps. We process data that may (or may not be) placed on a map, such as waypoints, tracks, and routes. EOF