mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -12,7 +12,7 @@ LIBCGI_DESTDIR:=usr/lib
|
||||
LIBCGI_TARGET_LIBRARY=$(LIBCGI_DESTDIR)/libcgi.so
|
||||
|
||||
$(DL_DIR)/$(LIBCGI_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(LIBCGI_SITE)/$(LIBCGI_SOURCE)
|
||||
$(call DOWNLOAD,$(LIBCGI_SITE),$(LIBCGI_SOURCE))
|
||||
|
||||
$(LIBCGI_DIR)/.source: $(DL_DIR)/$(LIBCGI_SOURCE)
|
||||
$(ZCAT) $(DL_DIR)/$(LIBCGI_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
|
||||
Reference in New Issue
Block a user