summaryrefslogtreecommitdiffstats
path: root/games/d1x-rebirth
diff options
context:
space:
mode:
author Alan Ianson2017-07-23 00:52:58 +0200
committer David Spencer2017-07-23 00:53:26 +0200
commita16c6201cd32290f9e5b25ac307e14a31a139f85 (patch)
tree8406c90881d0ffd5f49c216fe4c1af7f413c4698 /games/d1x-rebirth
parent9f9b7c61fd40c84eb3f8a3cb06ccdb30cfceb8c9 (diff)
downloadslackbuilds-a16c6201cd32290f9e5b25ac307e14a31a139f85.tar.gz
games/d1x-rebirth: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/d1x-rebirth')
-rw-r--r--games/d1x-rebirth/README10
-rw-r--r--games/d1x-rebirth/d1x-rebirth.SlackBuild7
-rw-r--r--games/d1x-rebirth/d1x-rebirth.info4
3 files changed, 11 insertions, 10 deletions
diff --git a/games/d1x-rebirth/README b/games/d1x-rebirth/README
index 9eba2e16f0..4b1ba8456c 100644
--- a/games/d1x-rebirth/README
+++ b/games/d1x-rebirth/README
@@ -1,10 +1,10 @@
d1x-rebirth is a source port of the Descent 1 Engine for Windows,
-Mac OS and Linux offering OpenGL graphics and effects, advanced
+Mac OS and Linux offering OpenGL graphics and effects, advanced
Multiplayer gaming, many improvements and new features.
-You will need the game data files to actually use d1x-rebirth,
-place these in /usr/share/games/d1x-rebirth or ~/.d1x-rebirth.
-Details of how to extract the correct game files are found in
+You will need the game data files to actually use d1x-rebirth,
+place these in /usr/share/games/d1x-rebirth or ~/.d1x-rebirth.
+Details of how to extract the correct game files are found in
the file INSTALL.txt. For enhanced gameplay I would suggest that
-you consider downloading both the Highres 'AddOn pack' and improved
+you consider downloading both the Highres 'AddOn pack' and improved
soundtrack 'AddOn pack' from the dxx-rebirth site.
diff --git a/games/d1x-rebirth/d1x-rebirth.SlackBuild b/games/d1x-rebirth/d1x-rebirth.SlackBuild
index b4bc5112ca..346d5588ec 100644
--- a/games/d1x-rebirth/d1x-rebirth.SlackBuild
+++ b/games/d1x-rebirth/d1x-rebirth.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for d1x-rebirth
# Copyright 2012-2015 Andrew Strong, Blue Mountains Australia.
+# Copyright 2017 Alan Ianson, Penticton, BC Canada.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +30,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/games/d1x-rebirth/d1x-rebirth.info b/games/d1x-rebirth/d1x-rebirth.info
index 4b45bce4ad..b68a9e28ee 100644
--- a/games/d1x-rebirth/d1x-rebirth.info
+++ b/games/d1x-rebirth/d1x-rebirth.info
@@ -6,5 +6,5 @@ MD5SUM="8f43e66191fdedd0c7ff9278719accf1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="physfs"
-MAINTAINER="Andrew Strong"
-EMAIL="andrew.david.strong@gmail.com"
+MAINTAINER="Alan Ianson"
+EMAIL="agianson@gmail.com"