contrib/pyopenssl/Pkgfile

17 lines
457 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Python interface to the OpenSSL library
2010-12-21 11:56:14 +02:00
# URL: https://launchpad.net/pyopenssl
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Lucas Hazel, lucas at die dot net dot au
# Depends on: python
2006-11-14 09:13:35 +10:00
name=pyopenssl
2010-12-21 11:56:14 +02:00
version=0.11
2008-07-11 22:28:27 +10:00
release=1
2010-12-21 11:56:14 +02:00
source=(http://launchpadlibrarian.net/58498441/pyOpenSSL-$version.tar.gz)
2006-11-14 09:13:35 +10:00
2010-12-21 11:56:14 +02:00
build() {
cd pyOpenSSL-$version
python setup.py install --root=$PKG
find $PKG -name '*egg-info' | xargs rm -rf
2006-11-14 09:13:35 +10:00
}