X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/35d3c8addbc139e42cb8e9e90c16099b2c8f3298..1e9dc15d2f94a20812229c784942f39b811239fd:/openwrt/package/dropbear/Makefile diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 50031300b..48d0068c4 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -1,11 +1,10 @@ -############################################################# -# -# dropbear -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk DROPBEAR_VERSION:=0.45 +DROPBEAR_MD5SUM:=2bcc46e4c239aec982bf36a723dd0b0e + DROPBEAR_SOURCE:=dropbear-$(DROPBEAR_VERSION).tar.bz2 DROPBEAR_SITE:=http://matt.ucc.asn.au/dropbear/releases/ DROPBEAR_DIR:=$(BUILD_DIR)/dropbear-$(DROPBEAR_VERSION) @@ -16,7 +15,7 @@ DROPBEAR_IPK:=dropbear_$(DROPBEAR_VERSION)-1_$(ARCH).ipk DROPBEAR_IPK_DIR:=$(DROPBEAR_DIR)/ipkg $(DL_DIR)/$(DROPBEAR_SOURCE): - $(WGET) -P $(DL_DIR) $(DROPBEAR_SITE)/$(DROPBEAR_SOURCE) + $(SCRIPT_DIR)/download.pl $(DL_DIR) $(DROPBEAR_SOURCE) $(DROPBEAR_MD5SUM) $(DROPBEAR_SITE) $(DROPBEAR_DIR)/.patched: $(DL_DIR)/$(DROPBEAR_SOURCE) $(DROPBEAR_CAT) $(DL_DIR)/$(DROPBEAR_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -