mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
610 B
Makefile
16 lines
610 B
Makefile
################################################################################
|
|
#
|
|
# python-pyelftools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYELFTOOLS_VERSION = 0.29
|
|
PYTHON_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON_PYELFTOOLS_VERSION).tar.gz
|
|
PYTHON_PYELFTOOLS_SITE = https://files.pythonhosted.org/packages/0e/35/e76da824595452a5ad07f289ea1737ca0971fc6cc7b6ee9464279be06b5e
|
|
PYTHON_PYELFTOOLS_LICENSE = Public domain
|
|
PYTHON_PYELFTOOLS_LICENSE_FILES = LICENSE
|
|
PYTHON_PYELFTOOLS_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|