wok-6.x diff pycrypto/receipt @ rev 15333
boinc: create test_driver
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 11:51:36 2013 +0000 (2013-09-28) |
parents | 24964bf566b2 |
children | 2a5cc8208d36 |
line diff
1.1 --- a/pycrypto/receipt Thu May 19 14:16:09 2011 +0000 1.2 +++ b/pycrypto/receipt Sat Sep 28 11:51:36 2013 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pycrypto" 1.7 -VERSION="2.0.1" 1.8 +VERSION="2.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Cryptographic algorithms and protocols for python." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.amk.ca/python/code/crypto" 1.14 -WGET_URL="http://www.amk.ca/files/python/crypto/$TARBALL" 1.15 +WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL" 1.16 DEPENDS="python gmp" 1.17 BUILD_DEPENDS="python-dev gmp-dev" 1.18 1.19 @@ -15,7 +15,8 @@ 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - python setup.py build && python setup.py install --root=$PWD/_pkg 1.24 + python setup.py build && 1.25 + python setup.py install --root=$DESTDIR 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.