aboutsummaryrefslogtreecommitdiff
path: root/libraries/Botan/Botan.SlackBuild
diff options
context:
space:
mode:
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 b56d943491378..1aeec48e14643 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}