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
|
# Slackware build script for Botan
|
||||||
|
|
||||||
# Copyright (c) 2010-2018 Markus Reichelt, Aachen, DE
|
# Copyright (c) 2010-2019 Markus Reichelt, Aachen, DE
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for
|
# Permission to use, copy, modify, and distribute this software for
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
|
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
|
||||||
|
|
||||||
PRGNAM=Botan
|
PRGNAM=Botan
|
||||||
VERSION=${VERSION:-2.8.0}
|
VERSION=${VERSION:-2.12.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
@ -81,11 +81,11 @@ python configure.py \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--docdir=doc \
|
--docdir=doc \
|
||||||
--libdir=lib$LIBDIRSUFFIX \
|
--libdir=lib$LIBDIRSUFFIX \
|
||||||
|
--mandir=/usr/man \
|
||||||
--with-doxygen
|
--with-doxygen
|
||||||
|
|
||||||
make
|
make
|
||||||
DESTDIR="$PKG/" \
|
make install DESTDIR=$PKG
|
||||||
make install
|
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="Botan"
|
PRGNAM="Botan"
|
||||||
VERSION="2.8.0"
|
VERSION="2.12.1"
|
||||||
HOMEPAGE="https://botan.randombit.net/"
|
HOMEPAGE="https://botan.randombit.net/"
|
||||||
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.8.0.tgz"
|
DOWNLOAD="https://botan.randombit.net/releases/Botan-2.12.1.tar.xz"
|
||||||
MD5SUM="aee9efa1c045b8db315c60eeee294828"
|
MD5SUM="aa5690b77459ae1d49e75a6b096968a9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
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
|
algorithms, as well as SSL/TLS, X.509 certificates and CRLs, PKCS
|
||||||
#10 certificate requests, a filter/pipe message processing system,
|
#10 certificate requests, a filter/pipe message processing system,
|
||||||
and a wide variety of other features.
|
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