DESCRIPTION:= is obselete

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-14 04:32:56 +00:00
parent 529a8fe5ac
commit 293efb7831
223 changed files with 1575 additions and 981 deletions

View File

@ -26,15 +26,17 @@ define Package/netstat-nat
SECTION:=net
CATEGORY:=Network
TITLE:=A netstat variant for NAT connections
DESCRIPTION:=\
Netstat-nat is a small program written in C.\\\
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 \\\
is the temporary conntrack-storage of netfilter.
URL:=http://tweegy.demon.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
with the > 2.4.x linux kernels.
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