games/d2x-rebirth: Switch to i586 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Alan Ianson 2017-07-22 23:55:14 +01:00 committed by David Spencer
parent a16c6201cd
commit e4e03cffb4
3 changed files with 12 additions and 11 deletions

View File

@ -1,10 +1,10 @@
d2x-rebirth is a source port of the Descent 2 Engine for Windows,
Mac OS and Linux offering OpenGL graphics and effects, advanced
Mac OS and Linux offering OpenGL graphics and effects, advanced
Multiplayer, many improvements and new features.
You will need the game data files to actually use d2x-rebirth,
place these in /usr/share/games/d2x-rebirth or ~/.d2x-rebirth.
Details of how to extract the correct game files are in the file
INSTALL.txt. For enhanced gameplay I would suggest you also
consider downloading the enhanced soundtrack 'AddOn pack' from
You will need the game data files to actually use d2x-rebirth,
place these in /usr/share/games/d2x-rebirth or ~/.d2x-rebirth.
Details of how to extract the correct game files are in the file
INSTALL.txt. For enhanced gameplay I would suggest you also
consider downloading the enhanced soundtrack 'AddOn pack' from
the dxx-rebirth site.

View File

@ -3,6 +3,7 @@
# Slackware build script for d2x-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"

View File

@ -6,5 +6,5 @@ MD5SUM="584187fdd922d732e47a64451085eaca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="physfs"
MAINTAINER="Andrew Strong"
EMAIL="andrew.david.strong@gmail.com"
MAINTAINER="Alan Ianson"
EMAIL="agianson@gmail.com"