summaryrefslogtreecommitdiffstats
path: root/libraries/Botan
diff options
context:
space:
mode:
author markus reichelt2011-09-06 03:37:59 +0200
committer Robby Workman2011-09-06 06:03:04 +0200
commitf13c6802fcc623a0f3e629c61a9498cfea4ece39 (patch)
treef4298d65eaf9418c760b79ee385af857b3e7d795 /libraries/Botan
parent75c0f0fea9453b4b648f6ea814e447d9fae0598e (diff)
downloadslackbuilds-f13c6802fcc623a0f3e629c61a9498cfea4ece39.tar.gz
libraries/Botan: Updated for version 1.8.13.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/Botan')
-rw-r--r--libraries/Botan/Botan.SlackBuild22
-rw-r--r--libraries/Botan/Botan.info8
2 files changed, 9 insertions, 21 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index 4972cc4681..2d048dbd9d 100644
--- a/libraries/Botan/Botan.SlackBuild
+++ b/libraries/Botan/Botan.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Botan
-# Copyright (c) 2010 Markus Reichelt, Aachen, DE
+# Copyright (c) 2010,2011 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -25,9 +25,10 @@
#
# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
# 2010 June 22 - initial release
-
+# 2011 August 28 - adapted to v1.8.13
+
PRGNAM=Botan
-VERSION=${VERSION:-1.8.11}
+VERSION=${VERSION:-1.8.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +57,7 @@ elif [ "$ARCH" = "x86_64" ]; then
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
-fi
+fi
set -e
@@ -81,12 +82,6 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=doc \
--libdir=lib$LIBDIRSUFFIX
-## generate man page files. choose whatever is preferred, clean replace or kludge
-sed -i "s/GENERATE_MAN = NO/GENERATE_MAN = YES/" build/botan.doxy
-sed -i "s/MAN_LINKS = NO/MAN_LINKS = YES/" build/botan.doxy
-#echo "GENERATE_MAN = YES" >> build/botan.doxy
-#echo "MAN_LINKS = YES" >> build/botan.doxy
-
make
make check
make doxygen
@@ -99,13 +94,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find doc -type d -exec chmod 0755 {} \;
find doc -type f -exec chmod 0644 {} \;
-cp -a doc/doxygen/man $PKG/usr
-rm $PKG/usr/man/man3/_*
-# Don't overwrite stock man pages.
-mv $PKG/usr/man/man3/UNIVERSAL.3 $PKG/usr/man/man3/$PRGNAM-UNIVERSAL.3
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-
cp -a doc/doxygen/html doc/examples doc/scripts \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info
index 208072ae6d..1ede82f3af 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,10 +1,10 @@
PRGNAM="Botan"
-VERSION="1.8.11"
+VERSION="1.8.13"
HOMEPAGE="http://botan.randombit.net/"
-DOWNLOAD="http://botan.randombit.net/files/Botan-1.8.11.tbz"
-MD5SUM="843f0e2acdeb3b7ed158e3b99b5fe635"
+DOWNLOAD="http://botan.randombit.net/files/Botan-1.8.13.tbz"
+MD5SUM="26674282f146d187ba98c09a137368f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="markus reichelt"
EMAIL="slackbuilds@mareichelt.de"
-APPROVED="rworkman"
+APPROVED="dsomero"