Upgrade empty to 0.6.15b (#3681)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11648 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7aeea448ed
commit
0e712aad19
@ -9,12 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=empty
|
PKG_NAME:=empty
|
||||||
PKG_VERSION:=0.6.11b
|
PKG_VERSION:=0.6.15b
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=@SF/empty
|
PKG_SOURCE_URL:=@SF/empty
|
||||||
PKG_MD5SUM:=fb2c06de44ba37ea98b0be8296b89953
|
PKG_MD5SUM:=e56d0d81e5e40b1c41c4b9ed74a1edd8
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -26,11 +26,11 @@ define Package/empty
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/empty/description
|
define Package/empty/description
|
||||||
empty is an utility that provides an interface to execute and/or interact
|
empty is an utility that provides an interface to execute and/or interact
|
||||||
with processes under pseudo-terminal sessions (PTYs). This tool is
|
with processes under pseudo-terminal sessions (PTYs). This tool is
|
||||||
definitely useful in programming of shell scripts designed to communicate
|
definitely useful in programming of shell scripts designed to communicate
|
||||||
with interactive programs like telnet, ssh, ftp, etc. In some cases, empty
|
with interactive programs like telnet, ssh, ftp, etc. In some cases, empty
|
||||||
can be the simplest replacement for TCL/expect or other similar
|
can be the simplest replacement for TCL/expect or other similar
|
||||||
programming tools.
|
programming tools.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user