mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
python-pyelftools: new package
Signed-off-by: Olivier Matz <olivier.matz@6wind.com> Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e662416d84
commit
f41d153b6c
14
package/python-pyelftools/python-pyelftools.mk
Normal file
14
package/python-pyelftools/python-pyelftools.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyelftools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYELFTOOLS_VERSION = 0.24
|
||||
PYTHON_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON_PYELFTOOLS_VERSION).tar.gz
|
||||
PYTHON_PYELFTOOLS_SITE = https://pypi.python.org/packages/ba/78/d4a186a2e38731286c99dc3e3ca8123b6f55cf2e28608e8daf2d84b65494
|
||||
PYTHON_PYELFTOOLS_LICENSE = Public domain
|
||||
PYTHON_PYELFTOOLS_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYELFTOOLS_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user