X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=openwrt%2Fpackage%2Fstrace%2FMakefile;h=a5235eaa485e37f98bdcfc014a1a25d0264e988a;hb=820ce18d80158b6be60e2567ff970cdf38d70f24;hp=2702b72e7d8afd66a72b2bd8b450a5b8efbcb2b1;hpb=5ffba69a5231b480312f394c82a3896e8aab88b7;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/package/strace/Makefile b/openwrt/package/strace/Makefile index 2702b72e7d..a5235eaa48 100644 --- a/openwrt/package/strace/Makefile +++ b/openwrt/package/strace/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strace PKG_VERSION:=4.5.9 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://aleron.dl.sourceforge.net/sourceforge/strace +PKG_SOURCE_URL:=@SF/strace PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_CAT:=bzcat @@ -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) -