DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / utils / zip / Makefile
index eafa92cc31180c9d70ab83dcc4249462f5a62ca0..1364d750ec18746de9eca7f72ca68bd3e1d1758b 100644 (file)
@@ -27,14 +27,16 @@ define Package/zip
   CATEGORY:=Utilities
   DEPENDS:=
   TITLE:=Archiver for .zip files
-  DESCRIPTION:=\
-       This is InfoZIP's zip program. It produces files that are fully \\\
-       compatible with the popular PKZIP program; however, the command line \\\
-       options are not identical. In other words, the end result is the same, \\\
-       but the methods differ.
   URL:=http://infozip.sourceforge.net/Zip.html
 endef
 
+define Package/zip/description
+       This is InfoZIP's zip program. It produces files that are fully 
+       compatible with the popular PKZIP program; however, the command line 
+       options are not identical. In other words, the end result is the same, 
+       but the methods differ.
+endef
+
 define Build/Configure
 endef