diff options
Diffstat (limited to 'extra/pyopenssl/Pkgfile')
-rw-r--r-- | extra/pyopenssl/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/pyopenssl/Pkgfile b/extra/pyopenssl/Pkgfile new file mode 100644 index 000000000..18cb5eb90 --- /dev/null +++ b/extra/pyopenssl/Pkgfile @@ -0,0 +1,16 @@ +# Description: Interface python de la librairie openSSL +# URL: http://pyopenssl.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: python, openssl + +name=pyopenssl +version=0.8 +release=1 +source=(http://downloads.sourceforge.net/$name/pyOpenSSL-$version.tar.gz) + +build() { + cd pyOpenSSL-$version + python setup.py install --root=$PKG + chown -R root:root $PKG +} |