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

name=pyopenssl
version=0.11
release=1
source=(http://launchpad.net/pyopenssl/main/$version/+download/pyOpenSSL-$version.tar.gz)

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