aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiancarlo Dessi <slack@giand.it>2024-08-30 11:45:22 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-30 15:59:32 +0700
commit096da0fdb3ae667c19db7ed696384c61a7c6ef8a (patch)
tree738b19ff84259476c1c2d7565a35b55a0153ddfd
parent24d80ae862345e7261f1ef0e7ce4b13da0be95f6 (diff)
gis/survex: Updated for version 1.4.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--gis/survex/survex.SlackBuild7
-rw-r--r--gis/survex/survex.info10
2 files changed, 10 insertions, 7 deletions
diff --git a/gis/survex/survex.SlackBuild b/gis/survex/survex.SlackBuild
index 02d510036ed2..5bb704461fca 100644
--- a/gis/survex/survex.SlackBuild
+++ b/gis/survex/survex.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=survex
-VERSION=${VERSION:-1.4.9}
+VERSION=${VERSION:-1.4.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -56,6 +56,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@@ -108,7 +111,7 @@ find $PKG -name perllocal.pod \
if [ "${SAMPLE:-yes}" = "yes" ]; then
mkdir $PKG/usr/share/survex/sample
- cp -a loser/* $PKG/usr/share/survex/sample
+ cp -a sample/loser/* $PKG/usr/share/survex/sample
fi
mkdir -p $PKG/usr/doc
diff --git a/gis/survex/survex.info b/gis/survex/survex.info
index 6e1b648ea3c0..ca5c1d8768a9 100644
--- a/gis/survex/survex.info
+++ b/gis/survex/survex.info
@@ -1,12 +1,12 @@
PRGNAM="survex"
-VERSION="1.4.9"
+VERSION="1.4.11"
HOMEPAGE="https://survex.com"
-DOWNLOAD="https://survex.com/software/1.4.9/survex-1.4.9.tar.gz \
+DOWNLOAD="https://survex.com/software/1.4.11/survex-1.4.11.tar.gz \
https://survex.com/software/sample.tar.gz"
-MD5SUM="858030289538f374f4a9be94cb2b766e \
- 75f0d39e52fefb886b39ea664ef76c80"
+MD5SUM="0260385e80caeafb965c2f28637dbc10 \
+ 579e5c7a0b29bb215f7100cb49750c02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="proj wxGTK3 gdal"
+REQUIRES="gdal proj wxGTK3"
MAINTAINER="Giancarlo Dessi"
EMAIL="slack@giand.it"