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 | |
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')
-rw-r--r-- | python/binplist/binplist.SlackBuild | 12 | ||||
-rw-r--r-- | python/binplist/binplist.info | 8 | ||||
-rw-r--r-- | python/binplist/slack-desc | 18 |
3 files changed, 19 insertions, 19 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" diff --git a/python/binplist/binplist.info b/python/binplist/binplist.info index 7b8e1d0eb8..5b89ede705 100644 --- a/python/binplist/binplist.info +++ b/python/binplist/binplist.info @@ -1,8 +1,8 @@ PRGNAM="binplist" -VERSION="0.1.4" -HOMEPAGE="https://code.google.com/p/binplist/" -DOWNLOAD="https://binplist.googlecode.com/files/binplist-0.1.4.tar.gz" -MD5SUM="5c4788a9731b67487790109910380699" +VERSION="0.1.5" +HOMEPAGE="https://github.com/google/binplist" +DOWNLOAD="https://github.com/google/binplist/archive/v0.1.5/binplist-0.1.5.tar.gz" +MD5SUM="344b6489b781e289f945fa28f58b4894" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/binplist/slack-desc b/python/binplist/slack-desc index b8bd0ed639..4223c91c2f 100644 --- a/python/binplist/slack-desc +++ b/python/binplist/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| binplist: binplist (list parser module) -binplist: +binplist: binplist: A binary property list (plist) parser module written in python. -binplist: -binplist: https://code.google.com/p/binplist/ -binplist: -binplist: -binplist: -binplist: -binplist: -binplist: +binplist: +binplist: https://github.com/google/binplist +binplist: +binplist: +binplist: +binplist: +binplist: +binplist: |