mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/binplist: Updated for version 0.1.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1ceaf46b34
commit
aab2e79650
3 changed files with 19 additions and 19 deletions
|
@ -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"
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
binplist: binplist (list parser module)
|
||||
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: A binary property list (plist) parser module written in python.
|
||||
binplist:
|
||||
binplist: https://github.com/google/binplist
|
||||
binplist:
|
||||
binplist:
|
||||
binplist:
|
||||
binplist:
|
||||
binplist:
|
||||
binplist:
|
||||
|
|
Loading…
Reference in a new issue