contrib/pyopenssl/Pkgfile

17 lines
457 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Python interface to the OpenSSL library
2010-12-21 10:56:14 +01: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 00:13:35 +01:00
name=pyopenssl
2010-12-21 10:56:14 +01:00
version=0.11
2008-07-11 14:28:27 +02:00
release=1
2010-12-21 10:56:14 +01:00
source=(http://launchpadlibrarian.net/58498441/pyOpenSSL-$version.tar.gz)
2006-11-14 00:13:35 +01:00
2010-12-21 10:56:14 +01:00
build() {
cd pyOpenSSL-$version
python setup.py install --root=$PKG
find $PKG -name '*egg-info' | xargs rm -rf
2006-11-14 00:13:35 +01:00
}