DESCRIPTION:= is obselete
[packages.git] / net / shat / Makefile
index 679831e..8703c8a 100644 (file)
@@ -26,12 +26,15 @@ define Package/shat
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Source Hardware Address Translation
-  DESCRIPTION:=\
-       A tool which allows hosts with arbitrary IP configuration\\\
-       to connect to the internet over a SHAT gateway.\\\
   URL:=http://www.teddy-net.com/cvs/Maxina/128gw/service/arpcatch/shat/
 endef
 
+define Package/shat/description
+       A tool which allows hosts with arbitrary IP configuration
+       to connect to the internet over a SHAT gateway.
+
+endef
+
 define Build/Compile   
        $(MAKE) -C $(PKG_BUILD_DIR)/src \
                CC="$(TARGET_CC)" \