summaryrefslogtreecommitdiffstats
path: root/libraries/Botan/Botan.SlackBuild
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2017-11-10 14:01:39 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-11-10 14:01:39 +0000
commit0771324c4a66b102fc78034b77424260eaed2412 (patch)
tree1cea1e422d481fa8537d1294bba7847faf82f263 /libraries/Botan/Botan.SlackBuild
parentf5cdd109dc644f4e751b6afdc35f5bc6c94ce321 (diff)
downloadslackbuilds-0771324c4a66b102fc78034b77424260eaed2412.tar.gz
slackbuilds-0771324c4a66b102fc78034b77424260eaed2412.tar.xz
libraries/Botan: Updated for version 2.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/Botan/Botan.SlackBuild')
-rw-r--r--libraries/Botan/Botan.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index b56d943491..1aeec48e14 100644
--- a/libraries/Botan/Botan.SlackBuild
+++ b/libraries/Botan/Botan.SlackBuild
@@ -26,7 +26,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=Botan
-VERSION=${VERSION:-2.1.0}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,16 +81,16 @@ python configure.py \
--prefix=/usr \
--docdir=doc \
--libdir=lib$LIBDIRSUFFIX \
- --destdir=$PKG/usr \
--with-doxygen
make
+DESTDIR="$PKG/" \
make install
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
-cp -a readme.rst doc/*.rst $PKG/usr/doc/$PRGNAMI-$VERSION/
+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}