diff options
author | Lukc <lukc@upyum.com> | 2010-09-04 11:03:32 +0000 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-09-04 11:03:32 +0000 |
commit | 3b02246189fca984a93ceed11df75d8e0bc045b0 (patch) | |
tree | f031291b29eef02ada0875578b662df6b1f249ce /pyopenssl/Pkgfile | |
parent | 9a92968218db3d69d448a98c3a842fbcdc515fc3 (diff) | |
parent | 233267fbe98a91ffdc1b1c300ad2b8183af9ef21 (diff) | |
download | ports-3b02246189fca984a93ceed11df75d8e0bc045b0.tar.gz ports-3b02246189fca984a93ceed11df75d8e0bc045b0.tar.bz2 ports-3b02246189fca984a93ceed11df75d8e0bc045b0.tar.xz ports-3b02246189fca984a93ceed11df75d8e0bc045b0.zip |
Merge branch 'master' of Piernov:/srv/git/ports
Diffstat (limited to 'pyopenssl/Pkgfile')
-rw-r--r-- | pyopenssl/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
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 <ycrux@club-internet.fr> +# +# 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 +} |