games/SecondLife: Updated for version 2.0.1.203797

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Daniel R 2010-06-29 11:45:00 -05:00 committed by Robby Workman
parent 3d610ffb6a
commit cf2d7af313
2 changed files with 13 additions and 8 deletions

View file

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

View file

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