summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Reichelt2017-11-10 15:01:39 +0100
committer David Spencer2017-11-10 15:01:39 +0100
commit0771324c4a66b102fc78034b77424260eaed2412 (patch)
tree1cea1e422d481fa8537d1294bba7847faf82f263
parentf5cdd109dc644f4e751b6afdc35f5bc6c94ce321 (diff)
downloadslackbuilds-0771324c4a66b102fc78034b77424260eaed2412.tar.gz
libraries/Botan: Updated for version 2.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--libraries/Botan/Botan.SlackBuild6
-rw-r--r--libraries/Botan/Botan.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index b56d943491..1aeec48e14 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.1.0}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,16 +81,16 @@ python configure.py \
--prefix=/usr \
--docdir=doc \
--libdir=lib$LIBDIRSUFFIX \
- --destdir=$PKG/usr \
--with-doxygen
make
+DESTDIR="$PKG/" \
make install
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
-cp -a readme.rst doc/*.rst $PKG/usr/doc/$PRGNAMI-$VERSION/
+cp -a *.rst *.txt doc/ $PKG/usr/doc/$PRGNAMI-$VERSION/
if [ -e /usr/bin/sphinx-build ]; then
rm $PKG/usr/doc/$PRGNAMI-$VERSION/manual/{.buildinfo,objects.inv}
diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info
index 366bcbfba5..0645c4160b 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,8 +1,8 @@
PRGNAM="Botan"
-VERSION="2.1.0"
+VERSION="2.3.0"
HOMEPAGE="https://botan.randombit.net/"
-DOWNLOAD="https://botan.randombit.net/releases/Botan-2.1.0.tgz"
-MD5SUM="2c91a5d65e0f9ddf4fce38bcd2734e70"
+DOWNLOAD="https://botan.randombit.net/releases/Botan-2.3.0.tgz"
+MD5SUM="b41043dec32857498898013000db98c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""