diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-16 16:14:20 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 12:23:13 +0700 |
| commit | 208aba9c1d07463ae4ea4cf5a211deb8c51ff764 (patch) | |
| tree | 7262af061a296f195086c3f70181b0e4b72ca46e /libraries/process-cpp/process-cpp.SlackBuild | |
| parent | c36a007dba445f418cddad0a2cbee4de48d5c8f9 (diff) | |
libraries/process-cpp: Version bump to 3.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/process-cpp/process-cpp.SlackBuild')
| -rw-r--r-- | libraries/process-cpp/process-cpp.SlackBuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libraries/process-cpp/process-cpp.SlackBuild b/libraries/process-cpp/process-cpp.SlackBuild index 31ab940f4e..b120e4b08a 100644 --- a/libraries/process-cpp/process-cpp.SlackBuild +++ b/libraries/process-cpp/process-cpp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for process-cpp -# Copyright 2017 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> +# Copyright 2017-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=process-cpp -VERSION=${VERSION:-3.0.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.0.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,16 +52,12 @@ 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 |
