DESCRIPTION:= is obselete
[packages.git] / net / vnc-reflector / Makefile
index 07d1645..ae99b65 100644 (file)
@@ -26,14 +26,16 @@ define Package/vnc-reflector
   CATEGORY:=Network
   DEPENDS:=+libjpeg +zlib
   TITLE:=VNC proxy for multiple clients
-  DESCRIPTION:=\
-       VNC Reflector is a specialized VNC server which acts as \\\
-       a proxy sitting between real VNC server (a host) and a \\\
-       number of VNC clients. It was designed to work efficiently \\\
-       with large number of clients.
   URL:=http://sourceforge.net/projects/vnc-reflector
 endef
 
+define Package/vnc-reflector/description
+       VNC Reflector is a specialized VNC server which acts as 
+       a proxy sitting between real VNC server (a host) and a 
+       number of VNC clients. It was designed to work efficiently 
+       with large number of clients.
+endef
+
 define Build/Compile
        $(call Build/Compile/Default, \
                CC="$(TARGET_CC)" \