DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / net / netstat-nat / Makefile
index 9b072201453232b10c27e4a4c90cc3ad090201f1..25ebfb81fef8b07fe616c1b9d6d19b7187f4fa46 100644 (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