From 17206d99f380c9683577ea38a0e76f09a056478e Mon Sep 17 00:00:00 2001 From: Glenn Becker Date: Sat, 10 Feb 2018 20:29:20 +0000 Subject: games/nethack: Switch to i586, fix maintainer typo. Signed-off-by: David Spencer --- games/nethack/README | 2 +- games/nethack/nethack.SlackBuild | 6 +++--- games/nethack/nethack.info | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'games/nethack') 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" -- cgit v1.2.3