summaryrefslogtreecommitdiff
path: root/python/construct/construct.SlackBuild
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundy@linuxleo.com>2017-01-22 15:19:51 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-24 07:22:57 +0700
commitcfd508308173a1916e3d72be0fd1c6c448d6ebe6 (patch)
tree16bb2ffb832a3f430ab36bcd57bf15bd35af8d13 /python/construct/construct.SlackBuild
parenta1ef53d63b43db2ccff862e1df06d4faceff565c (diff)
downloadslackbuilds-cfd508308173a1916e3d72be0fd1c6c448d6ebe6.tar.gz
python/construct: Updated for version 2.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/construct/construct.SlackBuild')
-rw-r--r--python/construct/construct.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/construct/construct.SlackBuild b/python/construct/construct.SlackBuild
index f3736a3a6f..d6f97e19fc 100644
--- a/python/construct/construct.SlackBuild
+++ b/python/construct/construct.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for construct
-# Copyright 2014 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,10 +21,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# Initial Build - November 2014 version 2.5.2
+# Updated to 2.5.5 January 2017, Barry J. Grundy
PRGNAM=construct
-VERSION=${VERSION:-2.5.2}
+VERSION=${VERSION:-2.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,6 +76,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 README.rst CHANGELOG.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install