wok-6.x rev 20813
updated cryptopp (5.6.1 -> 8.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 18 11:22:40 2019 +0100 (2019-02-18) |
parents | 3b8e19f28788 |
children | 43efe9d946aa |
files | cryptopp/receipt |
line diff
1.1 --- a/cryptopp/receipt Mon Feb 18 10:19:53 2019 +0100 1.2 +++ b/cryptopp/receipt Mon Feb 18 11:22:40 2019 +0100 1.3 @@ -1,23 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptopp" 1.7 -VERSION="5.6.1" 1.8 +VERSION="8.0.0" 1.9 CATEGORY="security" 1.10 SHORT_DESC="C++ class library of cryptographic schemes." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT PublicDomain" 1.13 -TARBALL="${PACKAGE}561.zip" 1.14 WEB_SITE="https://www.cryptopp.com" 1.15 + 1.16 +TARBALL="${PACKAGE}800.zip" 1.17 WGET_URL="$WEB_SITE/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 sed -i 's|uname -m|echo i486|' GNUmakefile 1.23 - patch -Np1 < $stuff/$PACKAGE-$VERSION-gcc-4.7.0.patch 1.24 - make 1.25 - make libcryptopp.so 1.26 - make PREFIX=$DESTDIR/usr install 1.27 + make PREFIX=/usr && 1.28 + make PREFIX=/usr libcryptopp.so && 1.29 + make PREFIX=/usr install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.