DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / libs / libffi-sable / Makefile
index 0de76f766dc1726ce60549488dfd18ec7164740b..a453617e1a8414e8b5d14ba9d66fc3ad0611882c 100644 (file)
@@ -26,14 +26,16 @@ define Package/libffi-sable
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Foreign Function Interface library (for sablevm)
-  DESCRIPTION:=\
-       The libffi library provides a portable, high level programming \\\
-       interface to various calling conventions. This allows a programmer to \\\
-       call any function specified by a call interface description at run \\\
-       time.
   URL:=http://sources.redhat.com/libffi/
 endef
 
+define Package/libffi-sable/description
+       The libffi library provides a portable, high level programming 
+       interface to various calling conventions. This allows a programmer to 
+       call any function specified by a call interface description at run 
+       time.
+endef
+
 define Build/Configure
        $(call Build/Configure/Default, \
                --enable-shared \