summaryrefslogtreecommitdiffstats
path: root/games/instead/instead.SlackBuild
diff options
context:
space:
mode:
author Andrew Lobanov <spline1986@gmail.com>2015-10-19 01:35:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-19 01:35:00 +0700
commit4f94ed077f58ba3db4a8351726805d3cc9b81510 (patch)
treeb7c5476d0422abde75556ab755fa4771a3db6be1 /games/instead/instead.SlackBuild
parentb61681f0e3b72d80bb322e22933b694820e9731e (diff)
downloadslackbuilds-4f94ed077f58ba3db4a8351726805d3cc9b81510.tar.gz
slackbuilds-4f94ed077f58ba3db4a8351726805d3cc9b81510.tar.xz
games/instead: Updated for version 2.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/instead/instead.SlackBuild')
-rw-r--r--games/instead/instead.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild
index 5ff1c6a456..117d5f298a 100644
--- a/games/instead/instead.SlackBuild
+++ b/games/instead/instead.SlackBuild
@@ -4,7 +4,7 @@
# Written by Andrew Lobanov <spline @ rooker dot ru>
PRGNAM=instead
-VERSION=${VERSION:-2.2.7}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-SBo}
@@ -57,12 +57,13 @@ cd build
cmake \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DBINDIR=bin \
- -DDOCDIR=doc \
+ -DDOCDIR=doc/instead \
-DMANDIR=man \
- -DDATADIR=share \
+ -DDATADIR=share/instead \
-DICONDIR=share/pixmaps \
-DDESKTOPDIR=share/applications \
- -DLANGDIR=share/lang \
+ -DLANGDIR=share/instead/lang/ \
+ -DWITH_SDL2=ON \
../
make
make install DESTDIR=$PKG