diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-12 14:29:42 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-12 14:29:42 +0200 |
commit | 8636ec61190f7ab0c581932a93a5401a85e57de0 (patch) | |
tree | 4cd23fdef31bde7992494f115f46dd2de77edaf5 /extra/pyopenssl/Pkgfile | |
parent | 5f5366b4ddd339a77eba81a6e67081d3bbbc8b2f (diff) | |
download | nutyx-extra-8636ec61190f7ab0c581932a93a5401a85e57de0.tar.gz nutyx-extra-8636ec61190f7ab0c581932a93a5401a85e57de0.tar.bz2 nutyx-extra-8636ec61190f7ab0c581932a93a5401a85e57de0.tar.xz nutyx-extra-8636ec61190f7ab0c581932a93a5401a85e57de0.zip |
maj pyopenssl#0.10-1
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 } |