diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-07-17 01:59:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-17 21:36:31 +0700 |
commit | 9e0ff06a3e8a17c0294960f87fc5fafec653cdeb (patch) | |
tree | e4cd5f81a84a3163d0ee6210fc04150e2ffef5df /python/jsonpointer/jsonpointer.SlackBuild | |
parent | fd32a50cb209d70e6bf97ea612fc903d0942bba1 (diff) |
python/jsonpointer: Update for 3.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jsonpointer/jsonpointer.SlackBuild')
-rw-r--r-- | python/jsonpointer/jsonpointer.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/python/jsonpointer/jsonpointer.SlackBuild b/python/jsonpointer/jsonpointer.SlackBuild index 2492f90641..bfc8039a49 100644 --- a/python/jsonpointer/jsonpointer.SlackBuild +++ b/python/jsonpointer/jsonpointer.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jsonpointer -VERSION=${VERSION:-2.4} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,20 +48,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -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 |