gis/gpsbabel: Updated for version 1.5.4, moved from system/.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
Kyle Guinn 2017-06-17 10:49:07 -05:00 committed by Willy Sudiarto Raharjo
parent 9f315c18f9
commit d56b242eca
4 changed files with 11 additions and 6 deletions

View file

@ -10,4 +10,9 @@ 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.
may (or may not be) placed on a map, such as waypoints, tracks, and routes.
NOTE: Qt5 is required starting with version 1.5.4. If you would rather not
build and install Qt5, then download the sources for 1.5.3 and execute:
VERSION=1.5.3 ./gpsbabel.SlackBuild

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpsbabel
VERSION=${VERSION:-1.5.3}
VERSION=${VERSION:-1.5.4}
SRCVER=${PRGNAM}_$(echo ${VERSION} | tr . _)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="gpsbabel"
VERSION="1.5.3"
VERSION="1.5.4"
HOMEPAGE="https://www.gpsbabel.org/"
DOWNLOAD="https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_5_3/gpsbabel-gpsbabel_1_5_3.tar.gz"
MD5SUM="dd09e1617b0be2de03f860b7d7e4c537"
DOWNLOAD="https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_5_4/gpsbabel-gpsbabel_1_5_4.tar.gz"
MD5SUM="0f2d422dbae82f939564cf8305a4654c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libminizip"
REQUIRES="libminizip qt5"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"