diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2021-02-07 01:36:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-07 01:36:33 +0700 |
commit | 750bafd59e8b1a22575adde38f26463557eb5498 (patch) | |
tree | fe6025f1b54e92c50683bb6fff97b349044f3f85 | |
parent | 6606f68eec58760781a3d5349cbb40774471bda8 (diff) | |
download | slackbuilds-750bafd59e8b1a22575adde38f26463557eb5498.tar.gz |
libraries/Botan: Updated for version 2.17.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/Botan/Botan.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 7cd332711a..295fb78aef 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Botan -# Copyright (c) 2010-2020 Markus Reichelt, Aachen, DE +# Copyright (c) 2010-2021 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.16.0} +VERSION=${VERSION:-2.17.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -95,6 +95,9 @@ 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 +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + cp -a *.rst *.txt doc/ $PKG/usr/doc/$PRGNAMI-$VERSION/ rm -rf $PKG/usr/doc/$PRGNAMI-$VERSION/doc diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info index 6d9b539dc0..a7ab7f4c1c 100644 --- a/libraries/Botan/Botan.info +++ b/libraries/Botan/Botan.info @@ -1,8 +1,8 @@ PRGNAM="Botan" -VERSION="2.16.0" +VERSION="2.17.3" HOMEPAGE="https://botan.randombit.net/" -DOWNLOAD="https://botan.randombit.net/releases/Botan-2.16.0.tar.xz" -MD5SUM="88bbb33f5e13efb5e9019cb990a81e27" +DOWNLOAD="https://botan.randombit.net/releases/Botan-2.17.3.tar.xz" +MD5SUM="ada7bc7dc7451f356e1e80433c675f6b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |