contrib/pyopenssl/Pkgfile

18 lines
471 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Python interface to the OpenSSL library
# URL: http://pyopenssl.sourceforge.net/
2007-01-20 12:21:06 +10:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
# Packager: Younes Hafri <ycrux@club-internet.fr>
#
2006-12-08 22:38:49 +10:00
# Depends on: python
2006-11-14 09:13:35 +10:00
name=pyopenssl
version=0.6
2007-03-25 00:03:10 +10:00
release=3
2006-11-14 09:13:35 +10:00
source=(http://dl.sourceforge.net/sourceforge/$name/pyOpenSSL-$version.tar.gz)
build () {
2006-11-20 07:26:53 +10:00
cd pyOpenSSL-$version
python setup.py install --root=$PKG
chown -R root:root $PKG
2006-11-14 09:13:35 +10:00
}