summaryrefslogtreecommitdiff
path: root/pyopenssl/Pkgfile
blob: 59138f947769a879d3ee3ce4ff39b79f45fadc6c (plain)
    1 # Description: Python interface to the OpenSSL library
    2 # URL:         http://pyopenssl.sourceforge.net/
    3 # Maintainer:  James Mills, prologic at shortcircuit dot net dot au
    4 # Packager:    Younes Hafri <ycrux@club-internet.fr>
    5 #
    6 # Depends on:  python
    7 
    8 name=pyopenssl
    9 version=0.6
   10 release=3
   11 source=(http://dl.sourceforge.net/sourceforge/$name/pyOpenSSL-$version.tar.gz)
   12 
   13 build () {
   14    cd pyOpenSSL-$version
   15    python setup.py install --root=$PKG
   16    chown -R root:root $PKG
   17 }

Generated by cgit