wok-next diff cryptopp/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents a3c581bf52b8
children d258d08398f2
line diff
     1.1 --- a/cryptopp/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/cryptopp/receipt	Fri Jan 11 04:06:27 2019 +0200
     1.3 @@ -3,24 +3,21 @@
     1.4  PACKAGE="cryptopp"
     1.5  VERSION="5.6.5"
     1.6  CATEGORY="security"
     1.7 -SHORT_DESC="C++ class library of cryptographic schemes."
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="C++ class library of cryptographic schemes"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="MIT PublicDomain"
    1.12 -TARBALL="${PACKAGE}${VERSION//./}.zip"
    1.13  WEB_SITE="https://www.cryptopp.com/"
    1.14 +
    1.15 +TARBALL="$PACKAGE${VERSION//./}.zip"
    1.16  WGET_URL="$WEB_SITE$TARBALL"
    1.17  
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 -	make 
    1.22 -	make libcryptopp.so
    1.23 +compile_rules() {
    1.24 +	make &&
    1.25 +	make libcryptopp.so &&
    1.26  	make PREFIX=/usr install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	mkdir -p $fs/usr/share/doc/$PACKAGE
    1.34  	cp -a $install/usr/* $fs/usr
    1.35  	cp $src/License.txt $fs/usr/share/doc/$PACKAGE