libraries/Botan: Updated for version 2.13.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2020-01-12 14:44:04 +07:00 committed by Willy Sudiarto Raharjo
parent 89578a3007
commit 87d77ed09d
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
PRGNAM="Botan"
VERSION="2.12.1"
VERSION="2.13.0"
HOMEPAGE="https://botan.randombit.net/"
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.12.1.tar.xz"
MD5SUM="aa5690b77459ae1d49e75a6b096968a9"
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.13.0.tar.xz"
MD5SUM="9f90c7d523778be5f23f3ce79046ba35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""