projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add downloading script (with md5sum checking and sourceforge downloading support)
[openwrt.git]
/
openwrt
/
package
/
zlib
/
Makefile
diff --git
a/openwrt/package/zlib/Makefile
b/openwrt/package/zlib/Makefile
index
6d9144f
..
b01ff46
100644
(file)
--- a/
openwrt/package/zlib/Makefile
+++ b/
openwrt/package/zlib/Makefile
@@
-14,7
+14,7
@@
PKG_IPK := $(PACKAGE_DIR)/zlib_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
$(DL_DIR)/$(PKG_SOURCE_FILE):
mkdir -p $(DL_DIR)
$(DL_DIR)/$(PKG_SOURCE_FILE):
mkdir -p $(DL_DIR)
- $(
WGET) -P $(DL_DIR) $(PKG_SOURCE_SITE)/$(PKG_SOURCE_FIL
E)
+ $(
SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE_FILE) x $(PKG_SOURCE_SIT
E)
$(PKG_BUILD_DIR)/.patched: $(DL_DIR)/$(PKG_SOURCE_FILE)
mkdir -p $(TOOL_BUILD_DIR)
$(PKG_BUILD_DIR)/.patched: $(DL_DIR)/$(PKG_SOURCE_FILE)
mkdir -p $(TOOL_BUILD_DIR)
This page took
0.020958 seconds
and
4
git commands to generate.