diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 22:45:17 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 22:45:17 +0000 |
commit | aeae2dd25997d19c8127c1aeb570213fc3d8969d (patch) | |
tree | 439544aff20d96b4feaca7b616775b49c69ca1a3 /python | |
parent | 37fa2e977fc15b4878daf750adf16891ec84487d (diff) | |
download | slackbuilds-aeae2dd25997d19c8127c1aeb570213fc3d8969d.tar.gz |
python/plaso: Updated for version 20180127.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/plaso/plaso.SlackBuild | 8 | ||||
-rw-r--r-- | python/plaso/plaso.info | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild index f3fbfd8df1..6dfbf5e149 100644 --- a/python/plaso/plaso.SlackBuild +++ b/python/plaso/plaso.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for plaso -# Copyright 2015-2017 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2015-2018 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. # -# Updated Build version 1.5.1 February 2017 - Barry J. Grundy +# Updated Build version 20180127 PRGNAM=plaso -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-20180127} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $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 mkdir -p $PKG/install diff --git a/python/plaso/plaso.info b/python/plaso/plaso.info index 6596079fa8..f28b7f4dd5 100644 --- a/python/plaso/plaso.info +++ b/python/plaso/plaso.info @@ -1,10 +1,10 @@ PRGNAM="plaso" -VERSION="1.5.1" +VERSION="20180127" HOMEPAGE="https://github.com/log2timeline/plaso/wiki" -DOWNLOAD="https://github.com/log2timeline/plaso/releases/download/1.5.1/plaso-1.5.1.tar.gz" -MD5SUM="4d2ea183562aae1753713add3d89eef2" +DOWNLOAD="https://github.com/log2timeline/plaso/releases/download/20180127/plaso-20180127.tar.gz" +MD5SUM="28a2536b43f7870747d5d9dde75e1ae3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pip pytest mock ipython dfvfs artifacts bencode binplist dpkt dfwinreg hachoir-metadata dotty pefile psutil pyparsing python-requests XlsxWriter pyzmq pytz libesedb libevt libevtx libfwsi liblnk libmsiecf libolecf python-dateutil yara-python libscca" +REQUIRES="dfvfs artifacts bencode binplist dpkt dfwinreg hachoir-metadata dotty pefile psutil pyparsing python-requests python-future XlsxWriter pyzmq pytz libesedb libevt libevtx libfwsi liblnk libmsiecf libolecf python-dateutil yara-python libscca" MAINTAINER="Barry J. Grundy" EMAIL="bgrundy<at>linuxleo.com" |