summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Andrew Lobanov2015-10-18 20:35:00 +0200
committer Willy Sudiarto Raharjo2015-10-18 20:35:00 +0200
commit4f94ed077f58ba3db4a8351726805d3cc9b81510 (patch)
treeb7c5476d0422abde75556ab755fa4771a3db6be1 /games
parentb61681f0e3b72d80bb322e22933b694820e9731e (diff)
downloadslackbuilds-4f94ed077f58ba3db4a8351726805d3cc9b81510.tar.gz
games/instead: Updated for version 2.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/instead/instead.SlackBuild9
-rw-r--r--games/instead/instead.info8
2 files changed, 9 insertions, 8 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
diff --git a/games/instead/instead.info b/games/instead/instead.info
index 2ba288994f..dfa8105429 100644
--- a/games/instead/instead.info
+++ b/games/instead/instead.info
@@ -1,10 +1,10 @@
PRGNAM="instead"
-VERSION="2.2.7"
+VERSION="2.3.0"
HOMEPAGE="http://instead.syscall.ru/"
-DOWNLOAD="http://sourceforge.net/projects/instead/files/instead/2.2.7/instead_2.2.7.tar.gz"
-MD5SUM="6716a5c0690e87a7ed788badb200d556"
+DOWNLOAD="http://sourceforge.net/projects/instead/files/instead/2.3.0/instead_2.3.0.tar.gz"
+MD5SUM="39776169ac5202de47e862a39d7f790b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lua"
+REQUIRES="lua SDL2_mixer SDL2_image SDL2_ttf"
MAINTAINER="Andrew Lobanov"
EMAIL="spline1986@gmail.com"