summaryrefslogtreecommitdiffstats
path: root/extra/pyopenssl/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:03:15 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:03:15 +0200
commit02f637bae8dccd8d663865b2ad50130c471a4b07 (patch)
tree4ffe15075188c3a6b68e9dfb811a37eb1607038c /extra/pyopenssl/Pkgfile
parente70febe7168f9bc68c55ba2438df2ccce91943b9 (diff)
downloadnutyx-pakxe-02f637bae8dccd8d663865b2ad50130c471a4b07.tar.gz
nutyx-pakxe-02f637bae8dccd8d663865b2ad50130c471a4b07.tar.bz2
nutyx-pakxe-02f637bae8dccd8d663865b2ad50130c471a4b07.tar.xz
nutyx-pakxe-02f637bae8dccd8d663865b2ad50130c471a4b07.zip
pyopenssl dans extra
Diffstat (limited to 'extra/pyopenssl/Pkgfile')
-rw-r--r--extra/pyopenssl/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/pyopenssl/Pkgfile b/extra/pyopenssl/Pkgfile
new file mode 100644
index 000000000..5a39d35db
--- /dev/null
+++ b/extra/pyopenssl/Pkgfile
@@ -0,0 +1,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
+}
+