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 @@ SAMBA_BINARY:=bin/smbd
|
||||
SAMBA_TARGET_BINARY:=usr/sbin/smbd
|
||||
|
||||
$(DL_DIR)/$(SAMBA_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(SAMBA_SITE)/$(SAMBA_SOURCE)
|
||||
$(call DOWNLOAD,$(SAMBA_SITE),$(SAMBA_SOURCE))
|
||||
|
||||
$(SAMBA_DIR)/.unpacked: $(DL_DIR)/$(SAMBA_SOURCE)
|
||||
$(SAMBA_CAT) $(DL_DIR)/$(SAMBA_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
|
||||
Reference in New Issue
Block a user