summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Markus Reichelt2020-01-12 08:44:04 +0100
committer Willy Sudiarto Raharjo2020-01-12 08:44:04 +0100
commit87d77ed09d932afd235593c9bcb264605373a3ab (patch)
tree45ba78387ca9ae3a6d2bd456430ca2e8ace2bc3f /libraries
parent89578a3007ad1e5677d58caabe40f6b823ab26d0 (diff)
downloadslackbuilds-87d77ed09d932afd235593c9bcb264605373a3ab.tar.gz
libraries/Botan: Updated for version 2.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Botan/Botan.SlackBuild7
-rw-r--r--libraries/Botan/Botan.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index 7a3caa1d9d..f092906fe0 100644
--- a/libraries/Botan/Botan.SlackBuild
+++ b/libraries/Botan/Botan.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Botan
-# Copyright (c) 2010-2019 Markus Reichelt, Aachen, DE
+# Copyright (c) 2010-2020 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -26,7 +26,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=Botan
-VERSION=${VERSION:-2.12.1}
+VERSION=${VERSION:-2.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,6 +85,7 @@ python configure.py \
--with-doxygen
make
+./botan-test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
@@ -92,6 +93,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
cp -a *.rst *.txt doc/ $PKG/usr/doc/$PRGNAMI-$VERSION/
+rm -rf $PKG/usr/doc/$PRGNAMI-$VERSION/doc
+
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAMI-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info
index 1f6661350f..27f0e82067 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,8 +1,8 @@
PRGNAM="Botan"
-VERSION="2.12.1"
+VERSION="2.13.0"
HOMEPAGE="https://botan.randombit.net/"
-DOWNLOAD="https://botan.randombit.net/releases/Botan-2.12.1.tar.xz"
-MD5SUM="aa5690b77459ae1d49e75a6b096968a9"
+DOWNLOAD="https://botan.randombit.net/releases/Botan-2.13.0.tar.xz"
+MD5SUM="9f90c7d523778be5f23f3ce79046ba35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""