From e4e03cffb4657a16998aad1f26c663d8c3b1a8ef Mon Sep 17 00:00:00 2001 From: Alan Ianson Date: Sat, 22 Jul 2017 23:55:14 +0100 Subject: games/d2x-rebirth: Switch to i586 + new maintainer. Signed-off-by: David Spencer --- games/d2x-rebirth/README | 12 ++++++------ games/d2x-rebirth/d2x-rebirth.SlackBuild | 7 ++++--- games/d2x-rebirth/d2x-rebirth.info | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'games/d2x-rebirth') diff --git a/games/d2x-rebirth/README b/games/d2x-rebirth/README index a4a208a9b0..e0ab62f75c 100644 --- a/games/d2x-rebirth/README +++ b/games/d2x-rebirth/README @@ -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. diff --git a/games/d2x-rebirth/d2x-rebirth.SlackBuild b/games/d2x-rebirth/d2x-rebirth.SlackBuild index df323b927f..e317017c14 100644 --- a/games/d2x-rebirth/d2x-rebirth.SlackBuild +++ b/games/d2x-rebirth/d2x-rebirth.SlackBuild @@ -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" diff --git a/games/d2x-rebirth/d2x-rebirth.info b/games/d2x-rebirth/d2x-rebirth.info index 14e4b48422..fdc56146b1 100644 --- a/games/d2x-rebirth/d2x-rebirth.info +++ b/games/d2x-rebirth/d2x-rebirth.info @@ -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" -- cgit v1.2.3