aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/native/setuptools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/native/setuptools/Makefile')
-rw-r--r--tools/depends/native/setuptools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/depends/native/setuptools/Makefile b/tools/depends/native/setuptools/Makefile
index 2f40606893..7abfd1c33e 100644
--- a/tools/depends/native/setuptools/Makefile
+++ b/tools/depends/native/setuptools/Makefile
@@ -1,20 +1,20 @@
include ../../Makefile.include
PREFIX=$(NATIVEPREFIX)
PLATFORM=$(NATIVEPLATFORM)
-DEPS= ../../Makefile.include Makefile
+DEPS = ../../Makefile.include Makefile ../../download-files.include
# lib name, version
LIBNAME=setuptools
VERSION=53.0.0
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
+SHA512=d045198210f09c5f2acbd487d3dd291cd7ce814bebe331f1876c133cd28f56d368717c7bd4a875b439c9cc8c9488dc9a7d3e27ab791cce419f78b87fcfd8fff6
+include ../../download-files.include
all: .installed-$(PLATFORM)
-$(TARBALLS_LOCATION)/$(ARCHIVE):
- cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE)
cd $(TARBALLS_LOCATION); chmod +x $(ARCHIVE)
-$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
+$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) $(DEPS)
-rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(PLATFORM); $(PREFIX)/bin/python3 bootstrap.py