From 233267fbe98a91ffdc1b1c300ad2b8183af9ef21 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 4 Sep 2010 12:46:12 +0200 Subject: Ajout PyOpenSSL --- pyopenssl/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pyopenssl/Pkgfile (limited to 'pyopenssl/Pkgfile') diff --git a/pyopenssl/Pkgfile b/pyopenssl/Pkgfile new file mode 100644 index 0000000..4927d23 --- /dev/null +++ b/pyopenssl/Pkgfile @@ -0,0 +1,19 @@ +# Description: Python interface to the OpenSSL library +# URL: http://pyopenssl.sourceforge.net/ +# Maintainer: Lucas Hazel, lucas at die dot net dot au +# Packager: Younes Hafri +# +# Depends on: python + +name=pyopenssl +version=0.10 +release=1 +source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz) + +build () { + cd pyOpenSSL-$version + python setup.py install --root=$PKG + chown -R root:root $PKG + find $PKG -name '*egg-info' \ + -o -name test | xargs rm -rf +} -- cgit v1.2.3-54-g00ecf