summaryrefslogtreecommitdiffstats
path: root/pyopenssl/Pkgfile
blob: 2f492ce3f2ccd85e8019d471a977deeabfc72747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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=(python)
# pkg++ recipe made by Piernov. (he don’t want to maintain the package. :D)

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
}