summaryrefslogtreecommitdiffstats
path: root/office/pstoedit/pstoedit.SlackBuild
diff options
context:
space:
mode:
author Pedro Mendes <pedro@gepasi.org>2016-09-10 02:35:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-10 02:35:07 +0700
commitcf322311e3aaa7ee9119ba88a61e5dc36457051c (patch)
tree1aac7a9a5c11121d0ac5e4a06c63dd2697e4e2f6 /office/pstoedit/pstoedit.SlackBuild
parent970062e88dc96b61f40866878dff2ffb133c428e (diff)
downloadslackbuilds-cf322311e3aaa7ee9119ba88a61e5dc36457051c.tar.gz
slackbuilds-cf322311e3aaa7ee9119ba88a61e5dc36457051c.tar.xz
office/pstoedit: Updated for version 3.70.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pstoedit/pstoedit.SlackBuild')
-rw-r--r--office/pstoedit/pstoedit.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/office/pstoedit/pstoedit.SlackBuild b/office/pstoedit/pstoedit.SlackBuild
index df6ff2e8cc..1448d71c5f 100644
--- a/office/pstoedit/pstoedit.SlackBuild
+++ b/office/pstoedit/pstoedit.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for ming
+# Slackware build script for pstoedit
# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pstoedit
-VERSION=${VERSION:-3.62}
+VERSION=${VERSION:-3.70}
BUILD=${BUILD:-1}
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
@@ -40,8 +40,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"