mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/blender: Updated for version 2.49b.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
80818a8381
commit
6d1c74559b
3 changed files with 13 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2008,2009 Robby Workman Northport, AL, USA
|
||||
# Copyright 2008-2011 Robby Workman Northport, AL, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=blender
|
||||
VERSION=${VERSION:-2.49a}
|
||||
VERSION=${VERSION:-2.49b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -30,15 +30,11 @@ TAG=${TAG:-_SBo}
|
|||
# the ones that are shipped with Slackware
|
||||
LMTFA=${LMTFA:-yes}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i386 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i386 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="blender"
|
||||
VERSION="2.49a"
|
||||
VERSION="2.49b"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="http://download.blender.org/release/Blender2.49a/blender-2.49a-linux-glibc236-py26-i386.tar.bz2"
|
||||
MD5SUM="3a7db89022cc98fc0a644fc0c3b8854f"
|
||||
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.49a/blender-2.49a-linux-glibc236-py26-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="1039cc49e477e1fc9a15d4694442deb2"
|
||||
DOWNLOAD="http://download.blender.org/release/Blender2.49b/blender-2.49b-linux-glibc236-py26-i386.tar.bz2"
|
||||
MD5SUM="f9157c5142fc0638ab2970033b7a91a0"
|
||||
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.49b/blender-2.49b-linux-glibc236-py26-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="58822737042a0bd220553ac78994722f"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
blender: Blender (3D Content Creation Suite)
|
||||
blender:
|
||||
blender:
|
||||
blender: Blender is the free open source 3D content creation suite, available
|
||||
blender: for all major operating systems under the GNU General Public License.
|
||||
blender:
|
||||
|
|
Loading…
Reference in a new issue