diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2020-01-12 14:44:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 14:44:04 +0700 |
commit | 87d77ed09d932afd235593c9bcb264605373a3ab (patch) | |
tree | 45ba78387ca9ae3a6d2bd456430ca2e8ace2bc3f /libraries/Botan/Botan.SlackBuild | |
parent | 89578a3007ad1e5677d58caabe40f6b823ab26d0 (diff) |
libraries/Botan: Updated for version 2.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan/Botan.SlackBuild')
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 7a3caa1d9d377..f092906fe01ac 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 |