libraries/Botan: Updated for version 2.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e5e4c040f1
commit
155cb0c969
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Botan
|
||||
|
||||
# Copyright (c) 2010-2018 Markus Reichelt, Aachen, DE
|
||||
# Copyright (c) 2010-2019 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.8.0}
|
||||
VERSION=${VERSION:-2.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,7 +65,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -81,11 +81,11 @@ python configure.py \
|
|||
--prefix=/usr \
|
||||
--docdir=doc \
|
||||
--libdir=lib$LIBDIRSUFFIX \
|
||||
--mandir=/usr/man \
|
||||
--with-doxygen
|
||||
|
||||
make
|
||||
DESTDIR="$PKG/" \
|
||||
make install
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Botan"
|
||||
VERSION="2.8.0"
|
||||
VERSION="2.12.1"
|
||||
HOMEPAGE="https://botan.randombit.net/"
|
||||
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.8.0.tgz"
|
||||
MD5SUM="aee9efa1c045b8db315c60eeee294828"
|
||||
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.12.1.tar.xz"
|
||||
MD5SUM="aa5690b77459ae1d49e75a6b096968a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -3,8 +3,3 @@ applications with the ability to use a number of cryptographic
|
|||
algorithms, as well as SSL/TLS, X.509 certificates and CRLs, PKCS
|
||||
#10 certificate requests, a filter/pipe message processing system,
|
||||
and a wide variety of other features.
|
||||
|
||||
Optional Dependency
|
||||
|
||||
In case you'd like proper documentation to be build Sphinx needs to be
|
||||
installed at build time.
|
||||
|
|
Loading…
Reference in New Issue