diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-01-16 22:26:45 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 07:20:32 +0700 |
commit | c52db81448c5a4e65a0859ec45726fef9613bb49 (patch) | |
tree | 1e6bd7b739a355a85faea8c9a2ed94eb4be7e3ef /python/entrypoints/entrypoints.SlackBuild | |
parent | f72d2007df70411a487da80af1d9fe32cd5862f2 (diff) |
python/entrypoints: Updated for version 0.3.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/entrypoints/entrypoints.SlackBuild')
-rw-r--r-- | python/entrypoints/entrypoints.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/entrypoints/entrypoints.SlackBuild b/python/entrypoints/entrypoints.SlackBuild index 5f6d246cc69b..76f2e3edb85e 100644 --- a/python/entrypoints/entrypoints.SlackBuild +++ b/python/entrypoints/entrypoints.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for entrypoints -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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=entrypoints -VERSION=${VERSION:-0.2.3} +VERSION=${VERSION:-0.3} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -77,6 +77,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 \ + LICENSE README.rst \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |