diff options
Diffstat (limited to 'python/idna/idna.SlackBuild')
-rw-r--r-- | python/idna/idna.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/idna/idna.SlackBuild b/python/idna/idna.SlackBuild index c901836e1d..c8a3b3f942 100644 --- a/python/idna/idna.SlackBuild +++ b/python/idna/idna.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for idna -# Copyright 2015-2016 Markus Reichelt, Aachen, DE +# Copyright 2015-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=idna -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,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 LICENSE.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a *.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |