DESCRIPTION:= is obselete
[packages.git] / libs / speex / Makefile
index dd4377f..4123e23 100644 (file)
@@ -27,19 +27,21 @@ define Package/libspeex
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Open source speech compression codec library
-  DESCRIPTION:=\
-       Open source patent-free speech compression codec library.\\\
-       Speex is an Open Source/Free Software patent-free audio compression \\\
-       format designed for speech. The Speex Project aims to lower the \\\
-       barrier of entry for voice applications by providing a free \\\
-       alternative to expensive proprietary speech codecs. Moreover, Speex \\\
-       is well-adapted to Internet applications and provides useful features \\\
-       that are not present in most other codecs.\\\
-       \\\
-       This package contains the shared codec library, needed by other programs.
   URL:=http://www.speex.org/
 endef
 
+define Package/libspeex/description
+       Open source patent-free speech compression codec library.
+       Speex is an Open Source/Free Software patent-free audio compression 
+       format designed for speech. The Speex Project aims to lower the 
+       barrier of entry for voice applications by providing a free 
+       alternative to expensive proprietary speech codecs. Moreover, Speex 
+       is well-adapted to Internet applications and provides useful features 
+       that are not present in most other codecs.
+       
+       This package contains the shared codec library, needed by other programs.
+endef
+
 TARGET_LDFLAGS:=$(TARGET_LDFLAGS) -lnotimpl
 
 define Build/Configure