diff options
Diffstat (limited to 'tools/depends/target/fribidi/Makefile')
-rw-r--r-- | tools/depends/target/fribidi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/depends/target/fribidi/Makefile b/tools/depends/target/fribidi/Makefile index 459f6b8d44..43171e5eae 100644 --- a/tools/depends/target/fribidi/Makefile +++ b/tools/depends/target/fribidi/Makefile @@ -1,11 +1,13 @@ include ../../Makefile.include -DEPS= ../../Makefile.include Makefile +DEPS = ../../Makefile.include Makefile ../../download-files.include # lib name, version LIBNAME=fribidi VERSION=1.0.10 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz +SHA512=f4eca4eb4afad6953eccc73d094202e8cd159674005ab3c27a51b4c42210ae4192c7c8093c1e653a671bb809455f5312aa09db70658c6e526da011cb070b8485 +include ../../download-files.include MESON_BUILD_TYPE=release @@ -33,10 +35,8 @@ LIBDYLIB=$(PLATFORM)/build/lib/lib$(LIBNAME).a all: .installed-$(PLATFORM) -$(TARBALLS_LOCATION)/$(ARCHIVE): - cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(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); $(CONFIGURE) . build |