summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/marathon-data/marathon2
-rw-r--r--games/marathon-data/marathon-data.SlackBuild17
-rw-r--r--games/marathon-data/marathon-data.info6
3 files changed, 12 insertions, 13 deletions
diff --git a/games/marathon-data/marathon b/games/marathon-data/marathon
index 2fc64670c3..c71ef6fb56 100644
--- a/games/marathon-data/marathon
+++ b/games/marathon-data/marathon
@@ -1,6 +1,6 @@
#!/bin/sh
-ALEPHONE_DATA="/usr/share/AlephOne/gamedata/Marathon (A1)/"
+ALEPHONE_DATA="/usr/share/AlephOne/gamedata/Marathon"
export ALEPHONE_DATA
exec alephone "$@"
diff --git a/games/marathon-data/marathon-data.SlackBuild b/games/marathon-data/marathon-data.SlackBuild
index 6fd5a6b915..033cb4169f 100644
--- a/games/marathon-data/marathon-data.SlackBuild
+++ b/games/marathon-data/marathon-data.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=marathon-data
-VERSION=${VERSION:-20120514}
+VERSION=${VERSION:-20140104}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -20,7 +20,7 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
-ZIPNAME="Marathon (A1)"
+ZIPNAME="Marathon"
ZIPFILE=Marathon-$VERSION-Data.zip
WRAPPER=$( echo $PRGNAM | cut -d- -f1 )
DATADIR=$PKG/usr/share/AlephOne/gamedata
@@ -35,15 +35,14 @@ chown -R root:root $DATADIR
# NB: the usual find predicate is different (zipfile stores +x permissions
# on some files for no good reason)
find $DATADIR \
- \( -type f -a -perm +0100 \) \
- -exec chmod 644 {} \; -o \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -type f -exec chmod 644 {} \; \) -o \
+ \( -type d -exec chmod 755 {} \; \)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-mv $DATADIR/"$ZIPNAME"/*.html $PKG/usr/doc/$PRGNAM-$VERSION
+
+# There used to be documentation, uncomment the mv below if it comes
+# back in some future release
+#mv $DATADIR/"$ZIPNAME"/*.html $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/usr/bin
cat $CWD/$WRAPPER > $PKG/usr/bin/$WRAPPER
diff --git a/games/marathon-data/marathon-data.info b/games/marathon-data/marathon-data.info
index 7884335817..4e242e43ae 100644
--- a/games/marathon-data/marathon-data.info
+++ b/games/marathon-data/marathon-data.info
@@ -1,8 +1,8 @@
PRGNAM="marathon-data"
-VERSION="20120514"
+VERSION="20140104"
HOMEPAGE="http://marathon.sourceforge.net/"
-DOWNLOAD="http://files3.bungie.org/trilogy/Marathon-20120514-Data.zip"
-MD5SUM="3123729a77b236679aa771b6beb2ba40"
+DOWNLOAD="http://files3.bungie.org/trilogy/Marathon-20140104-Data.zip"
+MD5SUM="df0480526f539c31cd4856072a24aa94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="alephone"