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>
This commit is contained in:
Dimitris Zlatanidis 2014-09-21 05:45:35 +03:00 committed by Willy Sudiarto Raharjo
parent 86c1461480
commit 5a25c73168
2 changed files with 8 additions and 9 deletions

View file

@ -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

View file

@ -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=""