summaryrefslogtreecommitdiffstats
path: root/python/pySmartDL/pySmartDL.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-17 09:05:13 +0100
committer Erik Hanson2014-02-18 21:59:54 +0100
commitaa08410ac6c5f6bf50bc3ed288fdf41fed6321ed (patch)
tree2087347a4e9f7a7d5a54f74af50a60f550099ae5 /python/pySmartDL/pySmartDL.SlackBuild
parent6a8dd02de86de4dcc3083429e606d28dd61bdab8 (diff)
downloadslackbuilds-aa08410ac6c5f6bf50bc3ed288fdf41fed6321ed.tar.gz
python/pySmartDL: Updated for version 1.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pySmartDL/pySmartDL.SlackBuild')
-rw-r--r--python/pySmartDL/pySmartDL.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/pySmartDL/pySmartDL.SlackBuild b/python/pySmartDL/pySmartDL.SlackBuild
index 7ad3deb458..de225fcd7a 100644
--- a/python/pySmartDL/pySmartDL.SlackBuild
+++ b/python/pySmartDL/pySmartDL.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pySmartDL
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,10 +71,6 @@ find -L . \
python setup.py install --root=$PKG
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true