package/: convert to DOWNLOAD helper

This commit is contained in:
Peter Korsgaard
2009-01-16 11:42:52 +00:00
parent d58636d765
commit 4a7bfd2775
227 changed files with 280 additions and 280 deletions

View File

@@ -16,7 +16,7 @@ LUA_CFLAGS=-DLUA_USE_LINUX
LUA_MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
$(DL_DIR)/$(LUA_SOURCE):
$(WGET) -P $(DL_DIR) $(LUA_SITE)/$(LUA_SOURCE)
$(call DOWNLOAD,$(LUA_SITE),$(LUA_SOURCE))
$(LUA_DIR)/.unpacked: $(DL_DIR)/$(LUA_SOURCE)
$(LUA_CAT) $(DL_DIR)/$(LUA_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -