summaryrefslogtreecommitdiff
path: root/pyopenssl/Pkgfile
blob: 179f6113893cea4bd1885a907b5d04ccd1f5496d (plain)
    1 # Description: Python interface to the OpenSSL library
    2 # URL: https://launchpad.net/pyopenssl
    3 # Maintainer: Mikhail Kolesnik, mike at openbunker dot org
    4 # Packager: Lucas Hazel, lucas at die dot net dot au
    5 # Depends on: python
    6 
    7 name=pyopenssl
    8 version=0.11
    9 release=1
   10 source=(http://launchpadlibrarian.net/58498441/pyOpenSSL-$version.tar.gz)
   11 
   12 build() {
   13 	cd pyOpenSSL-$version
   14 	python setup.py install --root=$PKG
   15 	find $PKG -name '*egg-info' | xargs rm -rf
   16 }

Generated by cgit