summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-09-21 05:45:35 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-25 17:01:43 +0700
commit5a25c73168981b783337d921e6e633b9e707ce1c (patch)
tree277cce15f091d001a0535a2e3ad871a333fd0933 /games
parent86c1461480202c05da209f0a2225f5086204440f (diff)
downloadslackbuilds-5a25c73168981b783337d921e6e633b9e707ce1c.tar.gz
slackbuilds-5a25c73168981b783337d921e6e633b9e707ce1c.tar.xz
games/galaxyv2: Updated for version 1.82.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/galaxyv2/galaxyv2.SlackBuild11
-rw-r--r--games/galaxyv2/galaxyv2.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/games/galaxyv2/galaxyv2.SlackBuild b/games/galaxyv2/galaxyv2.SlackBuild
index 67b72d2acd..7d32b95637 100644
--- a/games/galaxyv2/galaxyv2.SlackBuild
+++ b/games/galaxyv2/galaxyv2.SlackBuild
@@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=galaxyv2
-SRCVERSION=_1.81_src
-VERSION=${VERSION:-1.81}
+VERSION=${VERSION:-1.82}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM$SRCVERSION
-unzip $CWD/$PRGNAM$SRCVERSION.zip
-cd $PRGNAM$SRCVERSION
+rm -rf ${PRGNAM}_${VERSION}_src
+unzip $CWD/${PRGNAM}_${VERSION}_src.zip
+cd ${PRGNAM}_${VERSION}_src
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -72,7 +71,7 @@ find -L . \
cd build/linux
make all
-cd $TMP/$PRGNAM$SRCVERSION
+cd $TMP/${PRGNAM}_${VERSION}_src
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/games/galaxyv2/galaxyv2.info b/games/galaxyv2/galaxyv2.info
index 2a6e174d6b..db6876e0b0 100644
--- a/games/galaxyv2/galaxyv2.info
+++ b/games/galaxyv2/galaxyv2.info
@@ -1,8 +1,8 @@
PRGNAM="galaxyv2"
-VERSION="1.81"
+VERSION="1.82"
HOMEPAGE="http://www.galaxy-forces.com/"
-DOWNLOAD="http://downloads.sourceforge.net/galaxyv2/galaxyv2_1.81_src.zip"
-MD5SUM="0d9dfbbbd2772cb34ad687b476e52cfd"
+DOWNLOAD="http://downloads.sourceforge.net/galaxyv2/galaxyv2_1.82_src.zip"
+MD5SUM="5345c5328acb0bb68a62b00b36cfd3b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""