forked from ports/contrib
18 lines
513 B
Plaintext
18 lines
513 B
Plaintext
# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
|
|
# Description: Python interface to the OpenSSL library
|
|
# URL: http://pyopenssl.sourceforge.net/
|
|
# Maintainer: James Mills prologic at shortcircuit dot net dot au
|
|
# Packager: Younes Hafri <ycrux@club-internet.fr>
|
|
# Depends on: python, openssl
|
|
|
|
name=pyopenssl
|
|
version=0.6
|
|
release=1
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/pyOpenSSL-$version.tar.gz)
|
|
|
|
build () {
|
|
cd pyOpenSSL-$version
|
|
python setup.py install --root=$PKG
|
|
chown -R root:root $PKG
|
|
}
|