wok-next diff pycrypto/receipt @ rev 21358
gobby: removed sed command from compile_rules
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 12 07:08:52 2020 +0100 (2020-04-12) |
parents | 5fac1a2da249 |
children |
line diff
1.1 --- a/pycrypto/receipt Fri Aug 31 11:58:18 2018 +0300 1.2 +++ b/pycrypto/receipt Sun Apr 12 07:08:52 2020 +0100 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() {