2006-11-20 07:26:53 +10:00
|
|
|
|
# Description: Python collection of cryptographic algorithms and protocols.
|
|
|
|
|
# URL: http://www.amk.ca/python/code/crypto.html
|
2008-03-07 01:10:27 +11:00
|
|
|
|
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
|
|
|
|
# Packager: Youn<75>s Hafri, ycrux at club-internet dot fr>
|
2006-11-20 07:26:53 +10:00
|
|
|
|
# Depends on: python
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
|
|
name=pycrypto
|
|
|
|
|
version=2.0.1
|
2008-03-07 01:10:27 +11:00
|
|
|
|
release=3
|
2006-11-14 09:01:22 +10:00
|
|
|
|
source=(http://www.amk.ca/files/python/crypto/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
|
|
build () {
|
2006-11-20 07:26:53 +10:00
|
|
|
|
cd $name-$version
|
2008-03-07 01:10:27 +11:00
|
|
|
|
python setup.py install --root=$PKG
|
|
|
|
|
rm $PKG/usr/lib/python2.5/site-packages/*.egg-info
|
2006-11-14 09:01:22 +10:00
|
|
|
|
}
|