diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-04 23:49:41 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:24 +0700 |
commit | 8a168cd70d2559e7807e18eaf1a6deb1756ca3cd (patch) | |
tree | 00862918c9ce3ffca7dbdfffca51918adfa8ce4b /python/python3-pickleshare/python3-pickleshare.SlackBuild | |
parent | 3c723039397d07d2b74cc5bf598b15aa86a6c1ae (diff) |
python/python3-pickleshare: Updated for version 0.7.5.
Diffstat (limited to 'python/python3-pickleshare/python3-pickleshare.SlackBuild')
-rw-r--r-- | python/python3-pickleshare/python3-pickleshare.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/python3-pickleshare/python3-pickleshare.SlackBuild b/python/python3-pickleshare/python3-pickleshare.SlackBuild index 27d7c4fcb3c97..7d262072787db 100644 --- a/python/python3-pickleshare/python3-pickleshare.SlackBuild +++ b/python/python3-pickleshare/python3-pickleshare.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pickleshare -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=pickleshare PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-0.7.4} +VERSION=${VERSION:-0.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,9 @@ 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 *.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + README.md \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |