# HG changeset patch # User Christopher Rogers # Date 1305927830 0 # Node ID ac0fe5ccf3e73ba84031422c243ad7a3c7aa3819 # Parent df16b3fe1a42f92c69ebc88e4921436856b420d7 Up: pycrypto to 2.3. diff -r df16b3fe1a42 -r ac0fe5ccf3e7 pycrypto/receipt --- a/pycrypto/receipt Sat May 21 03:11:49 2011 +0200 +++ b/pycrypto/receipt Fri May 20 21:43:50 2011 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="pycrypto" -VERSION="2.0.1" +VERSION="2.3" CATEGORY="development" SHORT_DESC="Cryptographic algorithms and protocols for python." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.amk.ca/python/code/crypto" -WGET_URL="http://www.amk.ca/files/python/crypto/$TARBALL" +WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL" DEPENDS="python gmp" BUILD_DEPENDS="python-dev gmp-dev" @@ -15,7 +15,8 @@ compile_rules() { cd $src - python setup.py build && python setup.py install --root=$PWD/_pkg + python setup.py build && + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.