mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 03:52:10 +00:00
Update to buildroot 2023.08.2, updated nwipe to v0.35, added ChromeOS and Microsoft Surface drivers, fibre channel drivers.
This commit is contained in:
@@ -4,19 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FONTTOOLS_VERSION = 4.38.0
|
||||
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).zip
|
||||
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/55/5c/a4a25cf6db42d113d8f626901bb156b2f7cf7c7564a6bbc7b5cd6f7cb484
|
||||
PYTHON_FONTTOOLS_VERSION = 4.41.1
|
||||
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).tar.gz
|
||||
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/e5/55/86c43d626bbe12fb384e61152ded4f76a280d30a022968c471f850cdb0d5
|
||||
PYTHON_FONTTOOLS_SETUP_TYPE = setuptools
|
||||
PYTHON_FONTTOOLS_LICENSE = MIT
|
||||
PYTHON_FONTTOOLS_LICENSE_FILES = LICENSE
|
||||
PYTHON_FONTTOOLS_DEPENDENCIES = host-python-cython
|
||||
PYTHON_FONTTOOLS_ENV = FONTTOOLS_WITH_CYTHON=1
|
||||
|
||||
define PYTHON_FONTTOOLS_EXTRACT_CMDS
|
||||
$(UNZIP) -d $(@D) $(PYTHON_FONTTOOLS_DL_DIR)/$(PYTHON_FONTTOOLS_SOURCE)
|
||||
mv $(@D)/fonttools-$(PYTHON_FONTTOOLS_VERSION)/* $(@D)
|
||||
$(RM) -r $(@D)/fonttools-$(PYTHON_FONTTOOLS_VERSION)
|
||||
endef
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user