wok diff cryptopp/receipt @ rev 21415

updated make (4.1 -> 4.2.1)
author Hans-G?nter Theisgen
date Tue Apr 23 17:28:22 2019 +0100 (2019-04-23)
parents 6e8b1bcb30e2
children 29af9ccd87db
line diff
     1.1 --- a/cryptopp/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/cryptopp/receipt	Tue Apr 23 17:28:22 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.