aboutsummaryrefslogtreecommitdiff
path: root/python/construct/construct.SlackBuild
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2019-01-19 04:10:39 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-19 04:10:39 +0700
commitd402c6d68dcac0a6b84df7e2b923588184e30e70 (patch)
tree4b2bbdb0daed3f022299e8f8b17ed2e4aa86a527 /python/construct/construct.SlackBuild
parent8852ebd18468f335ba0a4f72539add0a054fcba0 (diff)
python/construct: Updated for version 2.9.45.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/construct/construct.SlackBuild')
-rw-r--r--python/construct/construct.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/construct/construct.SlackBuild b/python/construct/construct.SlackBuild
index 3812de8ffda11..dc0c7a11f9bfd 100644
--- a/python/construct/construct.SlackBuild
+++ b/python/construct/construct.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for construct
-# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2014-2019 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.
#
-# Downgraded to 2.5.3 February 2017 (plaso compat), Barry J. Grundy
+# Upgraded to 2.9.45 Jan 2019, Barry J. Grundy
PRGNAM=construct
-VERSION=${VERSION:-2.5.3}
+VERSION=${VERSION:-2.9.45}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +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
+cp -a README.rst LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install