summaryrefslogtreecommitdiffstats
path: root/extra/pyopenssl/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:40:15 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:40:15 +0200
commit0883cdb7f5fbaf7183790c9af1fd6d7c3ca85256 (patch)
tree1733128713b0efdac1bf3ee0ca9af66fbd46c0df /extra/pyopenssl/Pkgfile
parent6710d61a81363b9f7485e78440d0188addb72a48 (diff)
downloadnutyx-pakxe-0883cdb7f5fbaf7183790c9af1fd6d7c3ca85256.tar.gz
nutyx-pakxe-0883cdb7f5fbaf7183790c9af1fd6d7c3ca85256.tar.bz2
nutyx-pakxe-0883cdb7f5fbaf7183790c9af1fd6d7c3ca85256.tar.xz
nutyx-pakxe-0883cdb7f5fbaf7183790c9af1fd6d7c3ca85256.zip
Ajout pyopenssl#0.8-1
Diffstat (limited to 'extra/pyopenssl/Pkgfile')
-rw-r--r--extra/pyopenssl/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/pyopenssl/Pkgfile b/extra/pyopenssl/Pkgfile
new file mode 100644
index 000000000..18cb5eb90
--- /dev/null
+++ b/extra/pyopenssl/Pkgfile
@@ -0,0 +1,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
+}