summaryrefslogtreecommitdiffstats
path: root/system/sakura/sakura.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/sakura/sakura.SlackBuild')
-rw-r--r--system/sakura/sakura.SlackBuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/system/sakura/sakura.SlackBuild b/system/sakura/sakura.SlackBuild
index 731306263c..11a2ca9f6f 100644
--- a/system/sakura/sakura.SlackBuild
+++ b/system/sakura/sakura.SlackBuild
@@ -3,19 +3,17 @@
# Slackware build script for sakura
# Written by Erik Hanson erik@slackbuilds.org
# Updated by Kristaps Esterlins <esterlinsh[at]gmail.com>
-# Updated by Eugene Wissner <belka.ew@gmail.com>
+# Updated by Eugene Wissner <eugen@flevum.de>
PRGNAM=sakura
-VERSION=${VERSION:-2.3.8}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -54,9 +52,7 @@ find . \
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \
- -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \
- -DCMAKE_BUILD_TYPE=Release \
- .
+ -DCMAKE_BUILD_TYPE=Release
make
make install DESTDIR=$PKG
strip --strip-unneeded $PKG/usr/bin/sakura