summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Daniel R2010-06-29 18:45:00 +0200
committer Robby Workman2010-06-29 18:45:00 +0200
commitcf2d7af313ebec965a0a7a739b4bf62234f4fd87 (patch)
treeeea4eba2f63cce12cc1c1ec60397db40901af5e6 /games
parent3d610ffb6a850b54cbfcb6411ba05cd16edf35a5 (diff)
downloadslackbuilds-cf2d7af313ebec965a0a7a739b4bf62234f4fd87.tar.gz
games/SecondLife: Updated for version 2.0.1.203797
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/SecondLife/SecondLife.SlackBuild15
-rw-r--r--games/SecondLife/SecondLife.info6
2 files changed, 13 insertions, 8 deletions
diff --git a/games/SecondLife/SecondLife.SlackBuild b/games/SecondLife/SecondLife.SlackBuild
index ba2e1f7216..c0411164e0 100644
--- a/games/SecondLife/SecondLife.SlackBuild
+++ b/games/SecondLife/SecondLife.SlackBuild
@@ -6,20 +6,25 @@
# This is an adaptation of the original script at slacky.eu repository
PRGNAM=SecondLife
-VERSION=1.23.5.136262
-ARCH=${ARCH:-i686}
+VERSION=2.0.1.203797
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) ARCH=i686 ;;
+ arm*) ARCH=arm ;;
+ *) ARCH=$( uname -m ) ;;
+ esac
+fi
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "x86_64" ]; then
+if [ "$ARCH" != "i686" ]; then
printf "\n\tThis is i686 only - sorry.\n\n" ; exit 1
-else
- ARCH=i686
fi
set -e
diff --git a/games/SecondLife/SecondLife.info b/games/SecondLife/SecondLife.info
index cd587f847d..fccc8741f8 100644
--- a/games/SecondLife/SecondLife.info
+++ b/games/SecondLife/SecondLife.info
@@ -1,8 +1,8 @@
PRGNAM="SecondLife"
-VERSION="1.23.5.136262"
+VERSION="2.0.1.203797"
HOMEPAGE="http://secondlife.com/"
-DOWNLOAD="http://download.cloud.secondlife.com/SecondLife-i686-1.23.5.136262.tar.bz2"
-MD5SUM="4ef86b34f3daf0ac0ee3a82e88dcadbb"
+DOWNLOAD="http://download.cloud.secondlife.com/Viewer-2/SecondLife-i686-2.0.1.203797.tar.bz2"
+MD5SUM="6d4434af2d43ffbdf601a9a89b9d480c"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
MAINTAINER="Daniel R."