DESCRIPTION:= is obselete
[packages.git] / libs / libart / Makefile
index 3b81409..ad5e06d 100644 (file)
@@ -26,15 +26,17 @@ define Package/libart
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=An high-performance 2D graphics library
-  DESCRIPTION:=\
-       A library of functions for 2D graphics supporting a superset of the \\\
-       PostScript imaging model, designed to be integrated with graphics, artwork, \\\
-       and illustration programs. It is written in optimized C, and is fully \\\
-       compatible with C++. With a small footprint of 10,000 lines of code, it is \\\
-       especially suitable for embedded applications.
   URL:=http://www.levien.com/libart/
 endef
 
+define Package/libart/description
+       A library of functions for 2D graphics supporting a superset of the 
+       PostScript imaging model, designed to be integrated with graphics, artwork, 
+       and illustration programs. It is written in optimized C, and is fully 
+       compatible with C++. With a small footprint of 10,000 lines of code, it is 
+       especially suitable for embedded applications.
+endef
+
 define Build/Configure
        $(call Build/Configure/Default, \
                --enable-shared \