wok-next diff pycrypto/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 5fac1a2da249
children
line diff
     1.1 --- a/pycrypto/receipt	Fri Aug 31 11:58:18 2018 +0300
     1.2 +++ b/pycrypto/receipt	Fri Nov 02 14:15:08 2018 +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() {