summaryrefslogtreecommitdiffstats
path: root/python/pypoppler
diff options
context:
space:
mode:
author B. Watson2017-03-22 02:45:41 +0100
committer David Spencer2017-03-25 14:29:49 +0100
commit265ab6e493ae39408aefb8590e920640f1460261 (patch)
treef060eff09e07c0026ff7172280424ec2f14d3b0f /python/pypoppler
parent6ab4e73766e6ad4bf27d22f4c18296723ce6327d (diff)
downloadslackbuilds-265ab6e493ae39408aefb8590e920640f1460261.tar.gz
python/pypoppler: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pypoppler')
-rw-r--r--python/pypoppler/pypoppler.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/pypoppler/pypoppler.SlackBuild b/python/pypoppler/pypoppler.SlackBuild
index 25bb4768ed..0195cb53b9 100644
--- a/python/pypoppler/pypoppler.SlackBuild
+++ b/python/pypoppler/pypoppler.SlackBuild
@@ -5,13 +5,13 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=pypoppler
-VERSION=0.12.1
+VERSION=${VERSION:-0.12.1}
BUILD=${BUILD:-4}
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"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then