python/dfwinreg: Updated for version 20170706.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2018-03-22 21:57:14 +00:00 committed by David Spencer
parent cb63b9a754
commit c8fd607e21
2 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Slackware build script for dfwinreg # Slackware build script for dfwinreg
# Copyright 2017 Barry Grundy <bgrundy[at]linuxleo.com> # Copyright 2017-2018 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # 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 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# New Submission for version 20160428, January 2017, Barry J. Grundy # Updated to version 20170706, March 2018
PRGNAM=dfwinreg PRGNAM=dfwinreg
VERSION=${VERSION:-20160428} VERSION=${VERSION:-20170706}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -77,6 +77,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ACKNOWLEDGEMENTS AUTHORS LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION cp -a ACKNOWLEDGEMENTS AUTHORS LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
# Remove duplicated docs in /usr/share/doc
rm -rf $PKG/usr/share
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="dfwinreg" PRGNAM="dfwinreg"
VERSION="20160428" VERSION="20170706"
HOMEPAGE="https://github.com/log2timeline/dfwinreg" HOMEPAGE="https://github.com/log2timeline/dfwinreg"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/dfwinreg-20160428.tar.gz" DOWNLOAD="https://github.com/log2timeline/dfwinreg/releases/download/20170706/dfwinreg-20170706.tar.gz"
MD5SUM="57a8c1d72a3a1cb50f2b114f92f838f4" MD5SUM="64ef5f83bf944aac6636df8ba1c83a1b"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="construct dfdatetime libregf" REQUIRES="construct dfdatetime libregf"