summaryrefslogtreecommitdiffstats
path: root/extra/pyopenssl/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 17:19:00 +0100
committersibel <lesibel@free.fr>2011-03-03 17:19:00 +0100
commitd38235d21b4fcbfc507e0a5c5f9991d34e1a58d3 (patch)
treef966188f8243b6a927a8e56166280f56e5811a44 /extra/pyopenssl/Pkgfile
parentbe7d381c14e7cbf193f166d9fdc22426bb589c45 (diff)
downloadnutyx-extra-d38235d21b4fcbfc507e0a5c5f9991d34e1a58d3.tar.gz
nutyx-extra-d38235d21b4fcbfc507e0a5c5f9991d34e1a58d3.tar.bz2
nutyx-extra-d38235d21b4fcbfc507e0a5c5f9991d34e1a58d3.tar.xz
nutyx-extra-d38235d21b4fcbfc507e0a5c5f9991d34e1a58d3.zip
pyopenssl déplacé dans base
Diffstat (limited to 'extra/pyopenssl/Pkgfile')
-rw-r--r--extra/pyopenssl/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/pyopenssl/Pkgfile b/extra/pyopenssl/Pkgfile
deleted file mode 100644
index ae97b8802..000000000
--- a/extra/pyopenssl/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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.10
-release=1
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.tar.gz)
-
-build() {
- cd pyOpenSSL-$version
- python2 setup.py install --prefix=$PKG/usr
- chown -R root:root $PKG
-}
-