diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-30 22:18:18 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:51 +0100 |
commit | 59a17ecb9182c7617f640c5583fba9c399790fa0 (patch) | |
tree | 49fd06d233c8a798e9a54b20f8a00fb50f5cb823 /python/cssselect/cssselect.SlackBuild | |
parent | 8de88398bd7f1b5feea10e5b00d653bdd1f2f40f (diff) | |
download | slackbuilds-59a17ecb9182c7617f640c5583fba9c399790fa0.tar.gz |
python/cssselect: Updated for version 0.9.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/cssselect/cssselect.SlackBuild')
-rw-r--r-- | python/cssselect/cssselect.SlackBuild | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/python/cssselect/cssselect.SlackBuild b/python/cssselect/cssselect.SlackBuild index e3ba16aa44..ec8b466634 100644 --- a/python/cssselect/cssselect.SlackBuild +++ b/python/cssselect/cssselect.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cssselect -# Copyright 2012 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cssselect -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,20 +40,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG |