python/pycrypto: Moved from /development and updated for version 2.3

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-30 16:24:39 +02:00 committed by Robby Workman
parent 09d5f75042
commit ebb7fab98d
4 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pycrypto
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pycrypto
VERSION=2.1.0
VERSION=2.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,8 +1,8 @@
PRGNAM="pycrypto"
VERSION="2.1.0"
VERSION="2.3"
HOMEPAGE="http://www.pycrypto.org"
DOWNLOAD="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.1.0.tar.gz"
MD5SUM="1d3eb04f06e6f09a080bc37fb019f9bf"
DOWNLOAD="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.3.tar.gz"
MD5SUM="2b811cfbfc342d83ee614097effb8101"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"

View file

@ -13,7 +13,7 @@ pycrypto: SHA), and various encryption algorithms (AES, DES, IDEA, RSA,
pycrypto: ElGamal, etc.). The package is structured to make adding new
pycrypto: modules easy.
pycrypto:
pycrypto: Homepage: http://www.amk.ca/python/code/crypto.html
pycrypto: Homepage: http://www.pycrypto.org
pycrypto:
pycrypto:
pycrypto: