diff options
Diffstat (limited to 'extra/pycrypto/Pkgfile')
-rwxr-xr-x | extra/pycrypto/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/pycrypto/Pkgfile b/extra/pycrypto/Pkgfile new file mode 100755 index 000000000..6d7ba56a2 --- /dev/null +++ b/extra/pycrypto/Pkgfile @@ -0,0 +1,16 @@ +# Description: Collection d'algoritmes et protocols pour Python +# URL: http://www.amk.ca/python/code/crypto.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: python, gmp + +name=pycrypto +version=2.0.1 +release=1 +source=( http://www.amk.ca/files/python/crypto/$name-$version.tar.gz) + + +build() { + cd $name-$version + python setup.py build install --root=$PKG +} |