From f6332a43c35387c4a2dea1746be5fd092890ae0e Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 27 Jun 2022 23:09:07 +0100 Subject: added lf and iptables --- repo/python-openssl/python-openssl.xibuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 repo/python-openssl/python-openssl.xibuild (limited to 'repo/python-openssl') diff --git a/repo/python-openssl/python-openssl.xibuild b/repo/python-openssl/python-openssl.xibuild new file mode 100644 index 0000000..db56448 --- /dev/null +++ b/repo/python-openssl/python-openssl.xibuild @@ -0,0 +1,18 @@ +#!/bin/sh + +NAME="python-openssl" +DESC="Python3 wrapper module around the OpenSSL library" + +MAKEDEPS="" + +PKG_VER=21.0.0 +SOURCE="https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-$PKG_VER.tar.gz" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$PKG_DEST" +} + -- cgit v1.2.1