diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-19 22:51:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-19 22:51:51 +0000 |
commit | 682367d8ec7ec429de0f89a5b6679ec2abd70325 (patch) | |
tree | 27e1619e831268ea1fef78626ca3380be26e4325 /openwrt/package/ebtables | |
parent | 97d994fb22b2c9044f5e8ee72b9842c3827ddeb9 (diff) | |
download | mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.zip mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.tar.gz mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.tar.bz2 |
add downloading script (with md5sum checking and sourceforge downloading support)
SVN-Revision: 391
Diffstat (limited to 'openwrt/package/ebtables')
-rw-r--r-- | openwrt/package/ebtables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index d4a7584..f79f686 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ebtables PKG_VERSION:=2.0.6 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://unc.dl.sourceforge.net/sourceforge/ebtables/ +PKG_SOURCE_URL:=@SF/ebtables PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION) PKG_CAT:=zcat @@ -16,7 +16,7 @@ PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg $(DL_DIR)/$(PKG_SOURCE): - $(WGET) -P $(DL_DIR) $(PKG_SOURCE_URL)/$(PKG_SOURCE) + $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) x $(PKG_SOURCE_URL) $(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE) $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - |