games/nethack: Switch to i586, fix maintainer typo.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
aafba8b16b
commit
17206d99f3
|
@ -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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="d42147b26e5fb4746fb72536ce145984"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Glen Becker"
|
||||
MAINTAINER="Glenn Becker"
|
||||
EMAIL="glenn.becker@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue