First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
################################################################################
#
# python3-pyelftools
#
################################################################################
# Please keep in sync with package/python-pyelftools/python-pyelftools.mk
PYTHON3_PYELFTOOLS_VERSION = 0.27
PYTHON3_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON3_PYELFTOOLS_VERSION).tar.gz
PYTHON3_PYELFTOOLS_SITE = https://files.pythonhosted.org/packages/6b/b5/f7022f2d950327ba970ec85fb8f85c79244031092c129b6f34ab17514ae0
PYTHON3_PYELFTOOLS_LICENSE = Public domain
PYTHON3_PYELFTOOLS_LICENSE_FILES = LICENSE
PYTHON3_PYELFTOOLS_SETUP_TYPE = setuptools
HOST_PYTHON3_PYELFTOOLS_DL_SUBDIR = python-pyelftools
HOST_PYTHON3_PYELFTOOLS_NEEDS_HOST_PYTHON = python3
$(eval $(host-python-package))