summaryrefslogtreecommitdiffstats
path: root/extra/pyopenssl/Pkgfile
blob: 18cb5eb90d0e15a97693f0997dc71ed9246ba9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Interface python de la librairie openSSL
# URL: http://pyopenssl.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: python, openssl

name=pyopenssl
version=0.8
release=1
source=(http://downloads.sourceforge.net/$name/pyOpenSSL-$version.tar.gz)

build() {
	cd pyOpenSSL-$version
	python setup.py install --root=$PKG
	chown -R root:root $PKG
}