gis/pktools: Updated for version 2.6.7.4.
This commit is contained in:
parent
df97e9f4b9
commit
9007cd836a
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue