From 07798e6ded73eea2223fe4368edf33bb19f9619f Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Wed, 25 Aug 2021 21:50:48 +0200 Subject: python/pytsk: Updated for version 20210801. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- python/pytsk/pytsk.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/pytsk/pytsk.SlackBuild') diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild index 6401c6a472..3a59fec954 100644 --- a/python/pytsk/pytsk.SlackBuild +++ b/python/pytsk/pytsk.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for pytsk -# Copyright 2014-2019 Barry Grundy +# Copyright 2014-2021 Barry Grundy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,12 +21,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated v20190121 March 2019 +# Updated v20210801 August 2021 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pytsk -VERSION=${VERSION:-20190121} +VERSION=${VERSION:-20210801} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,7 @@ find -L . \ export CC="gcc $SLKCFLAGS $(pkg-config --cflags talloc)" -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3