summaryrefslogtreecommitdiffstats
path: root/games/nethack
diff options
context:
space:
mode:
author Glenn Becker <glenn.becker@gmail.com>2018-02-10 20:29:20 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-17 07:42:50 +0700
commit17206d99f380c9683577ea38a0e76f09a056478e (patch)
tree7b26d1aac9f86a53f5e34ec80a188d42d7d80e4d /games/nethack
parentaafba8b16bbd788bcff350c3c74839faa943e52a (diff)
downloadslackbuilds-17206d99f380c9683577ea38a0e76f09a056478e.tar.gz
slackbuilds-17206d99f380c9683577ea38a0e76f09a056478e.tar.xz
games/nethack: Switch to i586, fix maintainer typo.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/nethack')
-rw-r--r--games/nethack/README2
-rw-r--r--games/nethack/nethack.SlackBuild6
-rw-r--r--games/nethack/nethack.info2
3 files changed, 5 insertions, 5 deletions
diff --git a/games/nethack/README b/games/nethack/README
index 5c86accf45..1bf7f12cb7 100644
--- a/games/nethack/README
+++ b/games/nethack/README
@@ -1,7 +1,7 @@
Nethack is a single-player dungeon exploration game. The emphasis is
on discovering the detail of the dungeon. Each game presents a
different landscape - the random number generator provides an
-essentially unlimited number of variations of the dungeon and its
+essentially unlimited number of variations of the dungeon and its
denizens to be discovered by the player in one of a number of
characters: you can pick your race, your role, and your gender.
diff --git a/games/nethack/nethack.SlackBuild b/games/nethack/nethack.SlackBuild
index 9b3d9b5e8e..6ce6dadc39 100644
--- a/games/nethack/nethack.SlackBuild
+++ b/games/nethack/nethack.SlackBuild
@@ -14,7 +14,7 @@ SRCVER=${SRCVER:-360}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -25,8 +25,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/nethack/nethack.info b/games/nethack/nethack.info
index 7bb9e51638..117f61504d 100644
--- a/games/nethack/nethack.info
+++ b/games/nethack/nethack.info
@@ -6,5 +6,5 @@ MD5SUM="d42147b26e5fb4746fb72536ce145984"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Glen Becker"
+MAINTAINER="Glenn Becker"
EMAIL="glenn.becker@gmail.com"