diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-21 08:12:49 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-21 08:12:49 +0000 |
commit | a614223ef935bc12dd153023d5f4927199a93199 (patch) | |
tree | 55fb2c683009b1725dbac1734733d7c6247339c5 /package/dropbear | |
parent | 9f02cd24fd1732b0e6adf6d6b5822b3643e06518 (diff) | |
download | upstream-a614223ef935bc12dd153023d5f4927199a93199.tar.gz upstream-a614223ef935bc12dd153023d5f4927199a93199.tar.bz2 upstream-a614223ef935bc12dd153023d5f4927199a93199.zip |
add md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear')
-rw-r--r-- | package/dropbear/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index a62e25131b..48d0068c4f 100644 --- a/package/dropbear/Makefile +++ b/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): - $(SCRIPT_DIR)/download.pl $(DL_DIR) $(DROPBEAR_SOURCE) x $(DROPBEAR_SITE) + $(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) - |