wok-next diff pycrypto/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents 5fac1a2da249
children
line diff
     1.1 --- a/pycrypto/receipt	Fri Aug 31 11:58:18 2018 +0300
     1.2 +++ b/pycrypto/receipt	Thu Jan 24 05:20:16 2019 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="pycrypto"
     1.5  VERSION="2.3"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Cryptographic algorithms and protocols for python."
     1.8 +SHORT_DESC="Cryptographic algorithms and protocols for Python"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="PublicDomain"
    1.11  WEB_SITE="https://www.dlitz.net/software/pycrypto/"
    1.12 @@ -14,8 +14,8 @@
    1.13  BUILD_DEPENDS="python-dev gmp-dev"
    1.14  
    1.15  compile_rules() {
    1.16 -	python setup.py build &&
    1.17 -	python setup.py install --root=$DESTDIR
    1.18 +	python -B setup.py build &&
    1.19 +	python -B setup.py install --root=$install
    1.20  }
    1.21  
    1.22  genpkg_rules() {