diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2018-01-01 10:46:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:16 +0700 |
commit | 9d42c70ee7ec8c017411e27b203419d9261c1ed9 (patch) | |
tree | a3f34873f702f89013f10a4b9af2b5710ccd8fc8 /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | e81b1e82c0c4b70555d194b426d788cdbd5461bb (diff) |
python/pyOpenSSL: Updated for version 17.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL/pyOpenSSL.SlackBuild')
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index 9af389b23577c..0e041f8b07673 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pyOpenSSL # # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> -# Copyright 2012-2017 Markus Reichelt, Aachen, DE +# Copyright 2012-2018 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=pyOpenSSL -VERSION=${VERSION:-16.2.0} +VERSION=${VERSION:-17.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a PKG-INFO README.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -ar *.rst LICENSE doc/ examples/ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |