diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-10-06 23:07:40 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-10-06 23:07:40 +0100 |
commit | 111973adc7f66a6f55e1e2f67c2a9666aa200baf (patch) | |
tree | 14961063cc6fe50bca4f612e2625a9ee9d529ac6 /system/pycp/pycp.SlackBuild | |
parent | 945be5d6ed9aed3a85734e58f988ed9ce8816088 (diff) | |
download | slackbuilds-111973adc7f66a6f55e1e2f67c2a9666aa200baf.tar.gz |
system/pycp: Updated for version 7.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/pycp/pycp.SlackBuild')
-rw-r--r-- | system/pycp/pycp.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/pycp/pycp.SlackBuild b/system/pycp/pycp.SlackBuild index c593bcd537..f0f2e3ea1d 100644 --- a/system/pycp/pycp.SlackBuild +++ b/system/pycp/pycp.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh - +# # Slackware build script for pycp. - -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # 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=pycp -VERSION=${VERSION:-7.2.2} +VERSION=${VERSION:-7.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr DOCS="AUTHORS Changelog.rst COPYING.txt README.rst TODO" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION +cp $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |