DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / utils / mc / Makefile
index 67d7591ace5c4ff22e8a3b6b82b8338d90af9a9d..d9c0654e296781fbf57fef7b65def7fe61081df1 100644 (file)
@@ -25,17 +25,19 @@ define Package/mc
   CATEGORY:=Utilities
   DEPENDS:=+glib1 +libncurses
   TITLE:=midnight commander - a powerful file manager
-  DESCRIPTION:=\
-       GNU Midnight Commander is a text-mode full-screen file manager. \\\
-       It uses a two panel interface and a subshell for command execution. \\\
-       It includes an internal editor with syntax highlighting and an \\\
-       internal viewer with support for binary files. Also included is \\\
-       Virtual Filesystem (VFS), that allows files on remote systems \\\
-       (e.g. FTP, SSH, SMB servers) and files inside archives to be \\\
-       manipulated like real files.
   URL:=http://www.ibiblio.org/mc/
 endef
 
+define Package/mc/description
+       GNU Midnight Commander is a text-mode full-screen file manager. 
+       It uses a two panel interface and a subshell for command execution. 
+       It includes an internal editor with syntax highlighting and an 
+       internal viewer with support for binary files. Also included is 
+       Virtual Filesystem (VFS), that allows files on remote systems 
+       (e.g. FTP, SSH, SMB servers) and files inside archives to be 
+       manipulated like real files.
+endef
+
 CONFIGURE_ARGS += \
        --prefix=/usr \
        --disable-nls \