diff options
Diffstat (limited to 'base/pyopenssl/Pkgfile')
-rw-r--r-- | base/pyopenssl/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/base/pyopenssl/Pkgfile b/base/pyopenssl/Pkgfile deleted file mode 100644 index 5a39d35db..000000000 --- a/base/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.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 -} - |