summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Petar Petrov <slackalaxy@gmail.com>2021-05-18 17:30:48 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-18 23:40:21 +0700
commit1f7c6d8501793ef4dd0e1e8e9a6d8c4f41ff8c71 (patch)
treee43395408045c0674232689dc898bfdf4d576cad
parent94d54f536f91e0664eb37fd1e1ba5905933de289 (diff)
downloadslackbuilds-1f7c6d8501793ef4dd0e1e8e9a6d8c4f41ff8c71.tar.gz
slackbuilds-1f7c6d8501793ef4dd0e1e8e9a6d8c4f41ff8c71.tar.xz
libraries/alglib: update copyright years
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/alglib/alglib.SlackBuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/alglib/alglib.SlackBuild b/libraries/alglib/alglib.SlackBuild
index 7255ccd8f6..7f50227acf 100644
--- a/libraries/alglib/alglib.SlackBuild
+++ b/libraries/alglib/alglib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for alglib
-# Copyright 2011-2016 Petar Petrov slackalaxy@gmail.com
+# Copyright 2011-2021 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,12 +27,12 @@
PRGNAM=alglib
VERSION=${VERSION:-2.6.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
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
@@ -43,8 +43,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"
@@ -69,10 +69,10 @@ unzip $CWD/alglib-2.6.0.cpp.zip
cd cpp
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# build static lib
cd src