wok-next annotate pycrypto/receipt @ rev 20947
Random updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 31 11:58:18 2018 +0300 (2018-08-31) |
parents | a3c581bf52b8 |
children | d5aab818505e |
rev | line source |
---|---|
al@20947 | 1 # SliTaz package receipt v2. |
pascal@2148 | 2 |
pascal@2148 | 3 PACKAGE="pycrypto" |
slaxemulator@10167 | 4 VERSION="2.3" |
pascal@2148 | 5 CATEGORY="development" |
pascal@2148 | 6 SHORT_DESC="Cryptographic algorithms and protocols for python." |
pascal@2148 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15379 | 8 LICENSE="PublicDomain" |
al@20947 | 9 WEB_SITE="https://www.dlitz.net/software/pycrypto/" |
al@20947 | 10 |
pascal@2148 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@10167 | 12 WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL" |
pascal@15379 | 13 |
claudinei@10022 | 14 BUILD_DEPENDS="python-dev gmp-dev" |
pascal@2148 | 15 |
al@20947 | 16 compile_rules() { |
al@20947 | 17 python setup.py build && |
slaxemulator@10167 | 18 python setup.py install --root=$DESTDIR |
pascal@2148 | 19 } |
pascal@2148 | 20 |
al@20947 | 21 genpkg_rules() { |
al@20947 | 22 copy @std |
al@20947 | 23 DEPENDS="python gmp" |
pascal@2148 | 24 } |