diff options
author | sibel <lesibel@free.fr> | 2010-12-29 11:15:19 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 11:15:19 +0000 |
commit | 6d8ab0312d8113720649f4949b2b154bb5ac0df8 (patch) | |
tree | be09a58394c0d89942866c7960f18f82b65719ad /extra/pycrypto/Pkgfile | |
parent | bd231f4c9f507ba5917dc50ce0cb3ae42d6e901d (diff) | |
download | nutyx-pakxe-6d8ab0312d8113720649f4949b2b154bb5ac0df8.tar.gz nutyx-pakxe-6d8ab0312d8113720649f4949b2b154bb5ac0df8.tar.bz2 nutyx-pakxe-6d8ab0312d8113720649f4949b2b154bb5ac0df8.tar.xz nutyx-pakxe-6d8ab0312d8113720649f4949b2b154bb5ac0df8.zip |
pycrypto#2.0.1-1, maj python
Diffstat (limited to 'extra/pycrypto/Pkgfile')
-rwxr-xr-x | extra/pycrypto/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pycrypto/Pkgfile b/extra/pycrypto/Pkgfile index 4cc1f1139..be1f3adac 100755 --- a/extra/pycrypto/Pkgfile +++ b/extra/pycrypto/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.amk.ca/python/code/crypto.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: python +# Depends on: name=pycrypto version=2.0.1 @@ -12,6 +12,6 @@ source=( http://www.amk.ca/files/python/crypto/$name-$version.tar.gz) build() { cd $name-$version - python setup.py build install --root=$PKG + python2 setup.py build install --root=$PKG } |