mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/vkBasalt: Updated for version 0.3.2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81d6bd22ac
commit
dbac588464
2 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for vkBasalt
|
||||
|
||||
# Copyright 2022 Damian Perticone, Berisso,Argentina
|
||||
# Copyright 2023 Damian Perticone, Berisso,Argentina
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,16 +25,16 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vkBasalt
|
||||
VERSION=${VERSION:-0.3.2.5}
|
||||
VERSION=${VERSION:-0.3.2.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
|
||||
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -44,9 +44,9 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
|
@ -62,7 +62,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vkBasalt"
|
||||
VERSION="0.3.2.5"
|
||||
VERSION="0.3.2.10"
|
||||
HOMEPAGE="https://github.com/DadSchoorse/vkBasalt"
|
||||
DOWNLOAD="https://github.com/DadSchoorse/vkBasalt/releases/download/v0.3.2.5/vkBasalt-0.3.2.5.tar.gz"
|
||||
MD5SUM="d336ed112ab72ef5fe46711de2f39f25"
|
||||
DOWNLOAD="https://github.com/DadSchoorse/vkBasalt/releases/download/v0.3.2.10/vkBasalt-0.3.2.10.tar.gz"
|
||||
MD5SUM="807b2176b75e94d7f93cbeb1ceb37729"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue