Browse Source
python/mando: Updated for version 0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
pull/26/head
Dimitris Zlatanidis
9 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
9 additions and
9 deletions
-
python/mando/mando.SlackBuild
-
python/mando/mando.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for mando |
|
|
|
|
|
|
|
# Copyright 2015 Dimitris Zlatanidis Greece-Orestiada |
|
|
|
# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -23,13 +23,13 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=mando |
|
|
|
VERSION=${VERSION:-0.3.2} |
|
|
|
VERSION=${VERSION:-0.4} |
|
|
|
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" |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="mando" |
|
|
|
VERSION="0.3.2" |
|
|
|
VERSION="0.4.0" |
|
|
|
HOMEPAGE="https://mando.readthedocs.org/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/m/mando/mando-0.3.2.tar.gz" |
|
|
|
MD5SUM="d1bff21b490351a78129a8bb97a358e5" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/2b/52/684d9ab8c2ccfb611275f2e44d3ebc76a6a6c56f4afacd2e91237fa07ec3/mando-0.4.tar.gz" |
|
|
|
MD5SUM="1d3fe2ab518830d8984218d7b01b4631" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
REQUIRES="Sphinx" |
|
|
|
MAINTAINER="Dimitris Zlatanidis" |
|
|
|
EMAIL="d.zlatanidis@gmail.com" |