gis/survex: Updated for version 1.4.11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessi 2024-08-30 11:45:22 +07:00 committed by Willy Sudiarto Raharjo
parent 24d80ae862
commit 096da0fdb3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 7 deletions

View file

@ -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

View file

@ -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"