Update SlackBuild script for 2.1 release

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@988 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
urchlay 2006-01-28 15:59:35 +00:00
parent 306a930925
commit 4bdf5dfbf7
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# $Id: stella.SlackBuild,v 1.3 2005-10-24 14:22:15 stephena Exp $
# $Id: stella.SlackBuild,v 1.4 2006-01-28 15:59:35 urchlay Exp $
# stella.SlackBuild for Stella 2.x, B. Watson, 2005
@ -13,7 +13,7 @@ die() {
exit 1
}
VERSION=2.0.1
VERSION=2.1
ARCH=${ARCH-i486}
BUILD=1
@ -26,7 +26,7 @@ mkdir -p $PKG
cd $TMP
tar xvfz $CWD/stella-$VERSION-src.tar.gz
cd stella-$VERSION || die "extraction failed"
cd stella-$VERSION || die "You must run this script in the same directory as the stella-$VERSION-src.tar.gz archive"
if [ "$BUILD_GL" = "" ]; then
NOGL="--disable-gl"