mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/Botan: Updated for version 1.8.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
490a632098
commit
37d7a4860a
2 changed files with 7 additions and 10 deletions
|
@ -27,16 +27,14 @@
|
|||
# 2010 June 22 - initial release
|
||||
|
||||
PRGNAM=Botan
|
||||
VERSION=${VERSION:-1.8.10}
|
||||
VERSION=${VERSION:-1.8.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -105,14 +103,13 @@ 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
|
||||
|
||||
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
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="Botan"
|
||||
VERSION="1.8.10"
|
||||
VERSION="1.8.11"
|
||||
HOMEPAGE="http://botan.randombit.net/"
|
||||
DOWNLOAD="http://botan.randombit.net/files/Botan-1.8.10.tbz"
|
||||
MD5SUM="70350060944c08132aab836f682405c5"
|
||||
DOWNLOAD="http://botan.randombit.net/files/Botan-1.8.11.tbz"
|
||||
MD5SUM="c2d3728a9103e28ef4d6d20a66ba48276ce1a106"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="markus reichelt"
|
||||
EMAIL="slackbuilds@mareichelt.de"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue