contrib/pycrypto/Pkgfile

17 lines
495 B
Plaintext
Raw Normal View History

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