contrib/pyopenssl/Pkgfile
2007-03-25 00:03:10 +10:00

18 lines
471 B
Plaintext

# 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
name=pyopenssl
version=0.6
release=3
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
}