summaryrefslogtreecommitdiffstats
path: root/libraries/Botan
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2016-11-29 06:55:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-29 06:55:00 +0700
commitcc8ad2343702e278f9b033f743fc541e09b21028 (patch)
tree1624a9bd1b08d5b230e24f8a20f0f4e395ab4c77 /libraries/Botan
parent7a456935af10f673e5f3aee773f5e87cf49e0f75 (diff)
downloadslackbuilds-cc8ad2343702e278f9b033f743fc541e09b21028.tar.gz
slackbuilds-cc8ad2343702e278f9b033f743fc541e09b21028.tar.xz
libraries/Botan: Updated for version 1.11.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan')
-rw-r--r--libraries/Botan/Botan.SlackBuild10
-rw-r--r--libraries/Botan/Botan.info6
2 files changed, 12 insertions, 4 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index 211ccc7234..441db43ddc 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:-1.11.31}
+VERSION=${VERSION:-1.11.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,6 +90,14 @@ 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/
+
+if [ -e /usr/bin/sphinx-build ]; then
+ rm $PKG/usr/doc/$PRGNAMI-$VERSION/manual/{.buildinfo,objects.inv}
+ rm -drf $PKG/usr/doc/$PRGNAMI-$VERSION/manual/_sources
+ rm -drf $PKG/usr/doc/$PRGNAMI-$VERSION/manual/.doctrees
+fi
+
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 6f0e1f886a..0fd3e57178 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,8 +1,8 @@
PRGNAM="Botan"
-VERSION="1.11.31"
+VERSION="1.11.34"
HOMEPAGE="http://botan.randombit.net/"
-DOWNLOAD="http://botan.randombit.net/releases/Botan-1.11.31.tgz"
-MD5SUM="d69a551238e5f07199e3482888bb2529"
+DOWNLOAD="http://botan.randombit.net/releases/Botan-1.11.34.tgz"
+MD5SUM="d0b09b9a59d1d92005ffd17106bcba48"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""