summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Markus Reichelt2019-11-03 01:12:33 +0100
committer Willy Sudiarto Raharjo2019-11-03 01:12:33 +0100
commit155cb0c969535607a39529d7cdbcc7d9f84b90ec (patch)
treeb34b928dd75b90ef70f7378ed688b921e352155c /libraries
parente5e4c040f18c64e7b4686c3c9b07e955cd934094 (diff)
downloadslackbuilds-155cb0c969535607a39529d7cdbcc7d9f84b90ec.tar.gz
libraries/Botan: Updated for version 2.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Botan/Botan.SlackBuild10
-rw-r--r--libraries/Botan/Botan.info6
-rw-r--r--libraries/Botan/README5
3 files changed, 8 insertions, 13 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index fc32cd5241..7a3caa1d9d 100644
--- a/libraries/Botan/Botan.SlackBuild
+++ b/libraries/Botan/Botan.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Botan
-# Copyright (c) 2010-2018 Markus Reichelt, Aachen, DE
+# Copyright (c) 2010-2019 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.8.0}
+VERSION=${VERSION:-2.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,7 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tgz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -81,11 +81,11 @@ python configure.py \
--prefix=/usr \
--docdir=doc \
--libdir=lib$LIBDIRSUFFIX \
+ --mandir=/usr/man \
--with-doxygen
make
-DESTDIR="$PKG/" \
-make install
+make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info
index a27fad241a..1f6661350f 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,8 +1,8 @@
PRGNAM="Botan"
-VERSION="2.8.0"
+VERSION="2.12.1"
HOMEPAGE="https://botan.randombit.net/"
-DOWNLOAD="https://botan.randombit.net/releases/Botan-2.8.0.tgz"
-MD5SUM="aee9efa1c045b8db315c60eeee294828"
+DOWNLOAD="https://botan.randombit.net/releases/Botan-2.12.1.tar.xz"
+MD5SUM="aa5690b77459ae1d49e75a6b096968a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/libraries/Botan/README b/libraries/Botan/README
index d23860d1ce..df7215a24c 100644
--- a/libraries/Botan/README
+++ b/libraries/Botan/README
@@ -3,8 +3,3 @@ applications with the ability to use a number of cryptographic
algorithms, as well as SSL/TLS, X.509 certificates and CRLs, PKCS
#10 certificate requests, a filter/pipe message processing system,
and a wide variety of other features.
-
-Optional Dependency
-
-In case you'd like proper documentation to be build Sphinx needs to be
-installed at build time.