# HG changeset patch # User Hans-G?nter Theisgen # Date 1550485360 -3600 # Node ID 8f633e989eed7b32dd217cae442544257a714b47 # Parent 3b8e19f2878874fc25706e79ec873f787d1f7350 updated cryptopp (5.6.1 -> 8.0.0) diff -r 3b8e19f28788 -r 8f633e989eed cryptopp/receipt --- a/cryptopp/receipt Mon Feb 18 10:19:53 2019 +0100 +++ b/cryptopp/receipt Mon Feb 18 11:22:40 2019 +0100 @@ -1,23 +1,23 @@ # SliTaz package receipt. PACKAGE="cryptopp" -VERSION="5.6.1" +VERSION="8.0.0" CATEGORY="security" SHORT_DESC="C++ class library of cryptographic schemes." MAINTAINER="pankso@slitaz.org" LICENSE="MIT PublicDomain" -TARBALL="${PACKAGE}561.zip" WEB_SITE="https://www.cryptopp.com" + +TARBALL="${PACKAGE}800.zip" WGET_URL="$WEB_SITE/$TARBALL" # Rules to configure and make the package. compile_rules() { sed -i 's|uname -m|echo i486|' GNUmakefile - patch -Np1 < $stuff/$PACKAGE-$VERSION-gcc-4.7.0.patch - make - make libcryptopp.so - make PREFIX=$DESTDIR/usr install + make PREFIX=/usr && + make PREFIX=/usr libcryptopp.so && + make PREFIX=/usr install } # Rules to gen a SliTaz package suitable for Tazpkg.