wok-6.x rev 10167
Up: pycrypto to 2.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 21:43:50 2011 +0000 (2011-05-20) |
parents | df16b3fe1a42 |
children | 05a89a733336 |
files | pycrypto/receipt |
line diff
1.1 --- a/pycrypto/receipt Sat May 21 03:11:49 2011 +0200 1.2 +++ b/pycrypto/receipt Fri May 20 21:43:50 2011 +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.