mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/Botan: Updated for version 2.8.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6496d88009
commit
2c18d9a0e4
2 changed files with 5 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Botan
|
||||
|
||||
# Copyright (c) 2010-2017 Markus Reichelt, Aachen, DE
|
||||
# Copyright (c) 2010-2018 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.3.0}
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -92,12 +92,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
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}
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Botan"
|
||||
VERSION="2.3.0"
|
||||
VERSION="2.8.0"
|
||||
HOMEPAGE="https://botan.randombit.net/"
|
||||
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.3.0.tgz"
|
||||
MD5SUM="b41043dec32857498898013000db98c7"
|
||||
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.8.0.tgz"
|
||||
MD5SUM="aee9efa1c045b8db315c60eeee294828"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue