Updated SlackBuild version number and made it build with GL by default.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@860 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
urchlay 2005-10-23 23:47:21 +00:00
parent 1cff8a79af
commit 92646c9cd8
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh
# $Id: stella.SlackBuild,v 1.1 2005-10-23 23:15:33 urchlay Exp $
# $Id: stella.SlackBuild,v 1.2 2005-10-23 23:47:21 urchlay Exp $
# stella.SlackBuild for Stella 2.x, B. Watson, 2005
# Comment out following line to build without OpenGL support
#BUILD_GL=1
BUILD_GL=1
die() {
echo "Fatal error: $*"
@ -13,7 +13,7 @@ die() {
exit 1
}
VERSION=2.0
VERSION=2.0.1
ARCH=${ARCH-i486}
BUILD=1