wok rev 23459

updated pycrypto (2.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Sat Apr 04 17:01:40 2020 +0100 (2020-04-04)
parents feb4dddd17bc
children f6e3d297bb6f
files pycrypto/receipt
line diff
     1.1 --- a/pycrypto/receipt	Sat Apr 04 16:56:25 2020 +0100
     1.2 +++ b/pycrypto/receipt	Sat Apr 04 17:01:40 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pycrypto"
     1.7 -VERSION="2.3"
     1.8 +VERSION="2.6.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cryptographic algorithms and protocols for python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="PublicDomain"
    1.13 +WEB_SITE="https://www.dlitz.net/software/pycrypto/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://www.dlitz.net/software/pycrypto/"
    1.17 -WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="https://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="python gmp"
    1.21 -BUILD_DEPENDS="python-dev gmp-dev"
    1.22 +DEPENDS="gmp python"
    1.23 +BUILD_DEPENDS="gmp-dev python-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -23,5 +24,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs
    1.32 +	cp -a $install/usr	$fs
    1.33  }