wok diff pycrypto/receipt @ rev 24095

Add jpegoptim
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 01 14:04:21 2021 +0000 (2021-09-01)
parents 8dd8bab3f0ca
children 241fb98cab1c
line diff
     1.1 --- a/pycrypto/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/pycrypto/receipt	Wed Sep 01 14:04:21 2021 +0000
     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  }