DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / net / parprouted / Makefile
index 8466a3e38949f864ae19a79fe78746718898b859..8bf3ac27e58f3c8071a6911f5804a74bf9ae4110 100644 (file)
@@ -26,15 +26,18 @@ define Package/parprouted
   CATEGORY:=Network
   DEPENDS:=+libpthread
   TITLE:=Proxy ARP daemon
   CATEGORY:=Network
   DEPENDS:=+libpthread
   TITLE:=Proxy ARP daemon
-  DESCRIPTION:=\
-       parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging.\\\
-       This is useful for creation of transparent firewalls and bridging networks\\\
-       with different MAC protocols. Also, unlike standard bridging, proxy ARP\\\
-       bridging allows to bridge Ethernet networks behind wireless nodes without\\\
-       using WDS or layer 2 bridging.\\\
  URL:=http://www.hazard.maks.net/parprouted/
 endef
 
  URL:=http://www.hazard.maks.net/parprouted/
 endef
 
+define Package/parprouted/description
+       parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging.
+       This is useful for creation of transparent firewalls and bridging networks
+       with different MAC protocols. Also, unlike standard bridging, proxy ARP
+       bridging allows to bridge Ethernet networks behind wireless nodes without
+       using WDS or layer 2 bridging.
+
+endef
+
 define Build/Compile
        $(call Build/Compile/Default, \
                CFLAGS="$(TARGET_CFLAGS)" \
 define Build/Compile
        $(call Build/Compile/Default, \
                CFLAGS="$(TARGET_CFLAGS)" \