wok-next diff cryptopp/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/cryptopp/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/cryptopp/receipt	Tue Sep 01 11:04:25 2020 +0000
     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  }