diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-09-14 18:15:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 18:15:46 +0700 |
commit | 6486b777fd96e1f9ae253d3155dd1b95ea27e89f (patch) | |
tree | 2777b77afb0cb81ae61d8a3d7b04ae28bfede53a /libraries/cryptopp | |
parent | 34c2b0dec88046305c2b8960566f86d78b25d6c8 (diff) | |
download | slackbuilds-6486b777fd96e1f9ae253d3155dd1b95ea27e89f.tar.gz |
libraries/cryptopp: Updated for version 5.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cryptopp')
-rw-r--r-- | libraries/cryptopp/cryptopp.SlackBuild | 17 | ||||
-rw-r--r-- | libraries/cryptopp/cryptopp.info | 6 |
2 files changed, 11 insertions, 12 deletions
diff --git a/libraries/cryptopp/cryptopp.SlackBuild b/libraries/cryptopp/cryptopp.SlackBuild index a971e8bcc1..3f35780fe5 100644 --- a/libraries/cryptopp/cryptopp.SlackBuild +++ b/libraries/cryptopp/cryptopp.SlackBuild @@ -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 diff --git a/libraries/cryptopp/cryptopp.info b/libraries/cryptopp/cryptopp.info index cdb34ed220..56f9710c27 100644 --- a/libraries/cryptopp/cryptopp.info +++ b/libraries/cryptopp/cryptopp.info @@ -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="" |