summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--office/anorack/anorack.SlackBuild18
-rw-r--r--office/anorack/anorack.info2
2 files changed, 2 insertions, 18 deletions
diff --git a/office/anorack/anorack.SlackBuild b/office/anorack/anorack.SlackBuild
index 456006e4d7..edd3b94f61 100644
--- a/office/anorack/anorack.SlackBuild
+++ b/office/anorack/anorack.SlackBuild
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -49,20 +46,7 @@ fi
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
+ARCH=noarch
set -e
diff --git a/office/anorack/anorack.info b/office/anorack/anorack.info
index b9c59424fa..20554fdfbb 100644
--- a/office/anorack/anorack.info
+++ b/office/anorack/anorack.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jwilk/anorack/releases/download/0.2.7/anorack-0.2.7
MD5SUM="a1220ec4e4f50cc249813b42b89d105c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="espeak"
+REQUIRES=""
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"