diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-04-16 03:24:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-19 11:24:11 +0700 |
commit | 4d03df5db0179457679a199e7e0226409bb22b4a (patch) | |
tree | dbfd56505010c32a426e0ba5195bf2b7fc3405f4 /python/python-whisper/python-whisper.SlackBuild | |
parent | ba923f517470af425e5214443edbef369a272cb0 (diff) |
python/python-whisper: Version fix and other annoyances.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'python/python-whisper/python-whisper.SlackBuild')
-rw-r--r-- | python/python-whisper/python-whisper.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python-whisper/python-whisper.SlackBuild b/python/python-whisper/python-whisper.SlackBuild index 8dd67c8da6482..bfdca3622c4e2 100644 --- a/python/python-whisper/python-whisper.SlackBuild +++ b/python/python-whisper/python-whisper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-whisper -# Copyright 2015 Mario Preksavec, Zagreb, HR +# Copyright 2015 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-whisper -SRCNAM=whisper -SRCVER=0.9.13-pre1 -VERSION=${VERSION:-0.9.13pre1} +VERSION=${VERSION:-0.9.13_pre1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=whisper +SRCVER=${SRCVER:-0.9.13-pre1} + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; |