diff options
author | Barry J. Grundy <bgrundy [AT] linuxleo.com> | 2016-08-26 21:48:32 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 0e2713d563b89d19ba31c4dd346395132c3a7e38 (patch) | |
tree | 4e0a74f20fb9a209c35242711ca1d58ec2a5f91a /python/plaso/plaso.SlackBuild | |
parent | bf5f3d8b143f855672695ad67bfb3f8070c6b0fa (diff) | |
download | slackbuilds-0e2713d563b89d19ba31c4dd346395132c3a7e38.tar.gz |
python/plaso: Updated for version 1.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/plaso/plaso.SlackBuild')
-rw-r--r-- | python/plaso/plaso.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild index 98cb38cd7b..bff049ced2 100644 --- a/python/plaso/plaso.SlackBuild +++ b/python/plaso/plaso.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for plaso -# Copyright 2015 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2015-2016 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,16 +21,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Initial Build version 1.2.0 February 2015 - Barry J. Grundy +# Updated Build version 1.4.0 August 2016 - Barry J. Grundy PRGNAM=plaso -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |