diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-08-20 13:34:42 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-25 09:59:36 +0700 |
commit | 9007cd836a878aaf4ec4e38b9b748524018449dc (patch) | |
tree | ee5c6f1ca8e61c3ea7f2bef8d04347d670a0b6e7 /gis/pktools/pktools.SlackBuild | |
parent | df97e9f4b90bafae157dab0433cd05ed40a34e52 (diff) |
gis/pktools: Updated for version 2.6.7.4.
Diffstat (limited to 'gis/pktools/pktools.SlackBuild')
-rw-r--r-- | gis/pktools/pktools.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gis/pktools/pktools.SlackBuild b/gis/pktools/pktools.SlackBuild index 60e803bc6bff2..0a57c19c20fcc 100644 --- a/gis/pktools/pktools.SlackBuild +++ b/gis/pktools/pktools.SlackBuild @@ -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 |