DESCRIPTION:= is obselete
[packages.git] / net / ptunnel / Makefile
index 1b87927..16ec5b0 100644 (file)
@@ -27,14 +27,16 @@ define Package/ptunnel
   CATEGORY:=Network
   DEPENDS:=+libpthread +libpcap
   TITLE:=Tunnel TCP connections over ICMP packets
-  DESCRIPTION:=\
-       ptunnel is an application that allows you to reliably tunnel TCP connections to \\\
-       a remote host using ICMP echo request and reply packets, commonly known as ping \\\
-       requests and replies. It acts as a proxy and can handle sockets and secured \\\
-       identification.
   URL:=http://www.cs.uit.no/~daniels/PingTunnel/
 endef
 
+define Package/ptunnel/description
+       ptunnel is an application that allows you to reliably tunnel TCP connections to 
+       a remote host using ICMP echo request and reply packets, commonly known as ping 
+       requests and replies. It acts as a proxy and can handle sockets and secured 
+       identification.
+endef
+
 # uses GNU configure
 
 define Build/Compile