contrib/pyopenssl/Pkgfile

18 lines
471 B
Plaintext
Raw Normal View History

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