diff options
author | Barry J. Grundy <bgrundy [AT] linuxleo.com> | 2016-08-26 01:16:41 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | aab2e79650072a746283d5bbb1aa90473d8515ac (patch) | |
tree | f8adbabed8800a2cb0e2756956fd68704e9dfe1b /python/binplist/binplist.SlackBuild | |
parent | 1ceaf46b346bebe0714c7c4d1a05aef268614e7c (diff) | |
download | slackbuilds-aab2e79650072a746283d5bbb1aa90473d8515ac.tar.gz |
python/binplist: Updated for version 0.1.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/binplist/binplist.SlackBuild')
-rw-r--r-- | python/binplist/binplist.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/binplist/binplist.SlackBuild b/python/binplist/binplist.SlackBuild index eea29c15e7..1988dfa551 100644 --- a/python/binplist/binplist.SlackBuild +++ b/python/binplist/binplist.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for binplist -# Copyright 2014 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2014-2016 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,16 +21,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Initial Build - November 2014 version 0.1.4 +# Updated Build - August 2016 by Barry J. Grundy version 0.1.5 PRGNAM=binplist -VERSION=${VERSION:-0.1.4} +VERSION=${VERSION:-0.1.5} 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 @@ -41,8 +41,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" |