libraries/cryptopp: Updated for version 5.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
34c2b0dec8
commit
6486b777fd
|
@ -6,7 +6,7 @@
|
|||
# Maintained by Markus Reichelt <slackbuilds@mareichelt.de> 0xCCEEF115
|
||||
|
||||
PRGNAM=cryptopp
|
||||
VERSION=${VERSION:-5.6.3}
|
||||
VERSION=${VERSION:-5.6.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,18 +68,17 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
if [ "$DOC" = "yes" ]; then
|
||||
# Fix Doxyfile to create man pages
|
||||
# sed -i "s/GENERATE_MAN = NO/GENERATE_MAN = YES/" Doxyfile
|
||||
# sed -i "s/MAN_LINKS = NO/MAN_LINKS = YES/" Doxyfile
|
||||
#sed -i "s/GENERATE_MAN = NO/GENERATE_MAN = YES/" Doxyfile
|
||||
#sed -i "s/MAN_LINKS = NO/MAN_LINKS = YES/" Doxyfile
|
||||
|
||||
doxygen Doxyfile
|
||||
|
||||
cp -a doc/html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a html-docs $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# uncomment the following to also have man 3 pages prepared and installed
|
||||
# cp -a doc/man $PKG/usr
|
||||
# rm $PKG/usr/man/man3/_*
|
||||
# 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
|
||||
# uncomment the following to also have the prepared man 3 pages properly installed
|
||||
#mv $PKG/usr/doc/$PRGNAM-$VERSION/html-docs/man $PKG/usr
|
||||
#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
|
||||
fi
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cryptopp"
|
||||
VERSION="5.6.3"
|
||||
VERSION="5.6.4"
|
||||
HOMEPAGE="http://www.cryptopp.com/"
|
||||
DOWNLOAD="http://www.cryptopp.com/cryptopp563.zip"
|
||||
MD5SUM="3c5b70e2ec98b7a24988734446242d07"
|
||||
DOWNLOAD="http://www.cryptopp.com/cryptopp564.zip"
|
||||
MD5SUM="4ee7e5cdd4a45a14756c169eaf2a77fc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue