summaryrefslogtreecommitdiffstats
path: root/libraries/Botan/Botan.SlackBuild
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2020-09-05 08:14:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-05 08:14:22 +0700
commite693868bdf0c43835e1a7e4f89ee4b9d8d100c3f (patch)
tree8d1ea2cad1bd2c6483d6727f609d66533d70e921 /libraries/Botan/Botan.SlackBuild
parent1d123fa9d43fc6dac93a4c8425a6932de1af2ad3 (diff)
downloadslackbuilds-e693868bdf0c43835e1a7e4f89ee4b9d8d100c3f.tar.gz
slackbuilds-e693868bdf0c43835e1a7e4f89ee4b9d8d100c3f.tar.xz
libraries/Botan: Updated for version 2.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan/Botan.SlackBuild')
-rw-r--r--libraries/Botan/Botan.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index cc737d5b80..8e2ce7523f 100644
--- a/libraries/Botan/Botan.SlackBuild
+++ b/libraries/Botan/Botan.SlackBuild
@@ -26,7 +26,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=Botan
-VERSION=${VERSION:-2.14.0}
+VERSION=${VERSION:-2.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,7 +85,10 @@ python configure.py \
--with-doxygen
make
-LD_LIBRARY_PATH=. ./botan-test
+make check
+#in addition to running 'make check' as an alternative way to invoke the testsuite
+#is to uncomment the following line
+#LD_LIBRARY_PATH=. ./botan-test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \