mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
games/0ad: BUILD version bump.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
f8ffa5ed0c
commit
1551e21290
2 changed files with 5 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
PRGNAM=0ad
|
||||
VERSION=${VERSION:-0.0.23b}
|
||||
RELEASE=${RELEASE:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -57,7 +57,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -eu
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -81,6 +81,8 @@ export LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}"
|
|||
# Fix boost names
|
||||
sed -i 's/-mt//g' build/premake/extern_libs4.lua
|
||||
|
||||
#allow for ATLAS to be yes.
|
||||
[ "x$ATLAS" = "xyes" ]&& ATLAS="enable"
|
||||
# build/workspaces/update-workspaces.sh
|
||||
# have a root check, let's disable it.
|
||||
patch -p1 < $CWD/disable-root-check.patch
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
|
||||
real-time strategy (RTS) game of ancient warfare.
|
||||
|
||||
To include the Atlas editor, which requires wxGTK3 as wxPython is too
|
||||
old:
|
||||
To include the Atlas editor, which requires wxPython3
|
||||
ATLAS=enable ./0ad.SlackBuild
|
||||
|
|
Loading…
Reference in a new issue