gis/pktools: Updated for version 2.6.7.4.

This commit is contained in:
Benjamin Trigona-Harany 2018-08-20 13:34:42 -07:00 committed by Willy Sudiarto Raharjo
parent df97e9f4b9
commit 9007cd836a
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 9 additions and 9 deletions

View File

@ -5,5 +5,5 @@ Abstraction Library and OGR.
Optional dependencies
If the fann SlackBuild is installed, support can be added by passing
WITH_FANN=ON. If the libLAS SlackBuild is installed, support can be added by
passing WITH_LIBLAS=ON.
FANN=ON. If the libLAS SlackBuild is installed, support can be added by
passing LIBLAS=ON.

View File

@ -2,7 +2,7 @@
# SlackBuild script for pktools
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -26,7 +26,7 @@
PRGNAM=pktools
SRCNAM=$(echo $PRGNAM | tr "[a-z]" "[A-Z]")
VERSION=${VERSION:-2.6.7.3}
VERSION=${VERSION:-2.6.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -72,8 +72,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
WITH_FANN=${WITH_FANN:-NO}
WITH_LIBLAS=${WITH_LIBLAS:-NO}
WITH_FANN=${FANN:-OFF}
WITH_LIBLAS=${LIBLAS:-OFF}
mkdir -p build
cd build

View File

@ -1,8 +1,8 @@
PRGNAM="pktools"
VERSION="2.6.7.3"
VERSION="2.6.7.4"
HOMEPAGE="http://pktools.nongnu.org/"
DOWNLOAD="http://download.savannah.gnu.org/releases/pktools/PKTOOLS-2.6.7.3.tar.gz"
MD5SUM="767f19ef4e368be5f95989542ff9dba5"
DOWNLOAD="http://download.savannah.gnu.org/releases/pktools/PKTOOLS-2.6.7.4.tar.gz"
MD5SUM="00ff639f3b92c28c8a9e21d3c2a151d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="armadillo gdal"