mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-m2crypto: new package
Signed-off-by: Gustavo Heinz <gustavo@gsthnz.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
894116a6e0
commit
8b9c3100ef
16
package/python-m2crypto/python-m2crypto.mk
Normal file
16
package/python-m2crypto/python-m2crypto.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-m2crypto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_M2CRYPTO_VERSION = 0.36.0
|
||||
PYTHON_M2CRYPTO_SOURCE = M2Crypto-$(PYTHON_M2CRYPTO_VERSION).tar.gz
|
||||
PYTHON_M2CRYPTO_SITE = https://files.pythonhosted.org/packages/ff/df/84609ed874b5e6fcd3061a517bf4b6e4d0301f553baf9fa37bef2b509797
|
||||
PYTHON_M2CRYPTO_SETUP_TYPE = setuptools
|
||||
PYTHON_M2CRYPTO_LICENSE = MIT
|
||||
PYTHON_M2CRYPTO_LICENSE_FILES = LICENCE
|
||||
PYTHON_M2CRYPTO_DEPENDENCIES = openssl host-swig
|
||||
PYTHON_M2CRYPTO_BUILD_OPTS = --openssl=$(STAGING_DIR)/usr
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user