office/elyxer: Fix .info, i486=>i586.

Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-03-21 15:13:21 -04:00 committed by David Spencer
parent a2dbe3a979
commit 080f752cd8
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,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
@ -22,8 +22,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

@ -2,8 +2,8 @@ PRGNAM="elyxer"
VERSION="1.2.5"
HOMEPAGE="http://alexfernandez.github.io/elyxer/"
DOWNLOAD="http://alexfernandez.github.io/elyxer/dist/elyxer-1.2.5.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="2692c4c6c5f379c2866eb11eced628bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Bending Unit 647"