Update cmdftp to 0.9.7 (#3618)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:38:49 +0000 (14:38 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:38:49 +0000 (14:38 +0000)
SVN-Revision: 11713

net/cmdftp/Makefile

index ac44c30a534d4be3af1938c3c92613a7ecf7eb81..e07f9c1903b6e92d56efefdff197755c99fb162d 100644 (file)
@@ -9,14 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cmdftp
-PKG_VERSION:=0.9.6
+PKG_VERSION:=0.9.7
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download.savannah.nongnu.org/releases/$(PKG_NAME)
-PKG_MD5SUM:=8389857a0a05bd497fbef67039abbf6b
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_MD5SUM:=9bd0741bbb1f218be95c089dc06b2777
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -25,19 +23,19 @@ define Package/cmdftp
   SECTION:=net
   CATEGORY:=Network
   TITLE:=cmdftp is a tiny command line FTP client for Unix systems
-  URL:=http://cmdftp.sourceforge.net/
+  URL:=http://www.nongnu.org/cmdftp/
 endef
 
 define Package/cmdftp/description
-       Features include passive mode for all data transfers, shell 
-       like transparent syntax for local and remote modes, multiple 
-       and recursive file transfers using wildcards, recursive copy and 
-       move commands, remote and local text file viewing and editing, 
-       network errors detection and resuming of currently executing 
-       command, partial download resuming (if server accepts REST 
-       command), tab completion for both local and remote names, 
-       autologin using classic ~/.netrc approach, large file support. 
-       
+       Features include passive mode for all data transfers, shell
+       like transparent syntax for local and remote modes, multiple
+       and recursive file transfers using wildcards, recursive copy and
+       move commands, remote and local text file viewing and editing,
+       network errors detection and resuming of currently executing
+       command, partial download resuming (if server accepts REST
+       command), tab completion for both local and remote names,
+       autologin using classic ~/.netrc approach, large file support.
+
        cmdftp is aimed at being small and simple.
 endef