wok-next rev 21569
updated cryptopp (5.6.5 -> 8.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 16:34:56 2020 +0100 (2020-06-22) |
parents | a8680487d09c |
children | 642c83fd46ae |
files | cryptopp/receipt |
line diff
1.1 --- a/cryptopp/receipt Mon Jun 22 16:28:58 2020 +0100 1.2 +++ b/cryptopp/receipt Mon Jun 22 16:34:56 2020 +0100 1.3 @@ -1,25 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptopp" 1.7 -VERSION="5.6.5" 1.8 +VERSION="8.2.0" 1.9 CATEGORY="security" 1.10 SHORT_DESC="C++ class library of cryptographic schemes" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="MIT PublicDomain" 1.14 WEB_SITE="https://www.cryptopp.com/" 1.15 1.16 TARBALL="$PACKAGE${VERSION//./}.zip" 1.17 WGET_URL="$WEB_SITE$TARBALL" 1.18 1.19 -compile_rules() { 1.20 +compile_rules() 1.21 +{ 1.22 make && 1.23 make libcryptopp.so && 1.24 make PREFIX=/usr install 1.25 } 1.26 1.27 -genpkg_rules() { 1.28 +genpkg_rules() 1.29 +{ 1.30 mkdir -p $fs/usr/share/doc/$PACKAGE 1.31 - cp -a $install/usr/* $fs/usr 1.32 - cp $src/License.txt $fs/usr/share/doc/$PACKAGE 1.33 - cp $src/Readme.txt $fs/usr/share/doc/$PACKAGE 1.34 + cp -a $install/usr/* $fs/usr 1.35 + cp $src/License.txt $fs/usr/share/doc/$PACKAGE 1.36 + cp $src/Readme.txt $fs/usr/share/doc/$PACKAGE 1.37 }