wput:
* Update 0.5 > 0.6 * Cleanup Makefile git-svn-id: svn://svn.openwrt.org/openwrt/packages@9190 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
03f06903f0
commit
cb18b35750
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2007 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,13 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wput
|
PKG_NAME:=wput
|
||||||
PKG_VERSION:=0.5
|
PKG_VERSION:=0.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=@SF/wput
|
PKG_SOURCE_URL:=@SF/wput
|
||||||
PKG_MD5SUM:=441b2e07219f78167b29a7ac33488fff
|
PKG_MD5SUM:=7ddb03154262df66e0e33f0676373ceb
|
||||||
PKG_CAT:=zcat
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
@ -25,19 +24,19 @@ define Package/wput
|
|||||||
SUBMENU:=FTP
|
SUBMENU:=FTP
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A wget-like command-line FTP client
|
TITLE:=A tiny wget-like ftp-client for uploading files
|
||||||
URL:=http://itooktheredpill.dyndns.org/wput/
|
URL:=http://wput.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Package/wput/description
|
||||||
$(call Build/Configure/Default, \
|
Wput is a tiny ftp-client, that uploads files or directories
|
||||||
--disable-g-switch \
|
to a remote ftp-server. Main features are: resuming,
|
||||||
)
|
time-stamping, wget-like interface, proxy-support and
|
||||||
|
speed-limit.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
CONFIGURE_ARGS += \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
--disable-g-switch \
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/wput/install
|
define Package/wput/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user