[package] update netstat-nat to 1.4.9 (#5713)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17294 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aca78d8078
commit
8dd7630d10
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netstat-nat
|
||||
PKG_VERSION:=1.4.6
|
||||
PKG_VERSION:=1.4.9
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://tweegy.demon.nl/download/
|
||||
PKG_MD5SUM:=ccf71a6cbd9a513ea3adec54b54ee770
|
||||
PKG_SOURCE_URL:=http://tweegy.nl/download
|
||||
PKG_MD5SUM:=45e8d0f47623f619c22a6b894cd03cbc
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -21,26 +21,26 @@ define Package/netstat-nat
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A netstat variant for NAT connections
|
||||
URL:=http://tweegy.demon.nl/projects/netstat-nat/
|
||||
URL:=http://tweegy.nl/projects/netstat-nat/
|
||||
endef
|
||||
|
||||
define Package/netstat-nat/description
|
||||
Netstat-nat is a small program written in C.
|
||||
It displays NAT connections, managed by netfilter/iptables which comes
|
||||
It displays NAT connections, managed by netfilter/iptables which comes
|
||||
with the > 2.4.x linux kernels.
|
||||
The program reads its information from '/proc/net/ip_conntrack', which
|
||||
The program reads its information from '/proc/net/ip_conntrack', which
|
||||
is the temporary conntrack-storage of netfilter.
|
||||
endef
|
||||
|
||||
# uses GNU configure
|
||||
|
||||
define Build/Compile
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
all install
|
||||
endef
|
||||
|
||||
define Package/netstat-nat/install
|
||||
define Package/netstat-nat/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/netstat-nat $(1)/usr/bin/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user