python/buildbot-slave: Updated for version 0.8.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
af439ee13d
commit
e7108d3923
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for buildbot-slave
|
||||
|
||||
# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# Copyright 2012-2016 Markus Reichelt, Aachen, DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,13 +25,13 @@
|
|||
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
|
||||
|
||||
PRGNAM=buildbot-slave
|
||||
VERSION=${VERSION:-0.8.10}
|
||||
VERSION=${VERSION:-0.8.12}
|
||||
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
|
||||
|
@ -42,8 +42,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="buildbot-slave"
|
||||
VERSION="0.8.10"
|
||||
VERSION="0.8.12"
|
||||
HOMEPAGE="http://buildbot.net/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-0.8.10.tar.gz"
|
||||
MD5SUM="da7b078f58b63076b2b312b573720283"
|
||||
DOWNLOAD="https://pypi.python.org/packages/5a/3a/96a2d5d11d66dd7c70c74b6e82ef5cde3a564353d4adfff4b1418ed4df18/buildbot-slave-0.8.12.tar.gz"
|
||||
MD5SUM="a5bdda0174e0428b14580323d35b221f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue