diff options
Diffstat (limited to 'extra/pyopenssl/Pkgfile')
-rw-r--r-- | extra/pyopenssl/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/pyopenssl/Pkgfile b/extra/pyopenssl/Pkgfile index 83b3a9048..35cd56bd0 100644 --- a/extra/pyopenssl/Pkgfile +++ b/extra/pyopenssl/Pkgfile @@ -1,17 +1,17 @@ # Description: Interface python de la librairie openSSL -# URL: http://pyopenssl.sourceforge.net/ +# URL: https://launchpad.net/pyopenssl # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: python name=pyopenssl -version=0.8 +version=0.10 release=1 -source=(http://downloads.sourceforge.net/$name/pyOpenSSL-$version.tar.gz) +source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz) build() { cd pyOpenSSL-$version - python setup.py install --root=$PKG + python setup.py install --prefix=$PKG/usr chown -R root:root $PKG } |