DESCRIPTION:= is obselete
[packages.git] / libs / gsm / Makefile
index 0e18cad..6398a9d 100644 (file)
@@ -26,27 +26,33 @@ define Package/libgsm
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=A GSM transcoding library
-  DESCRIPTION:=A GSM 06.10 full-rate speech transcoding implementation (library).\\\
-    An implementation of the European GSM 06.10 provisional standard \\\
-    for full-rate speech transcoding, prI-ETS 300 036, which uses \\\
-    RPE/LTP (residual pulse excitation/long term prediction) coding \\\
-    at 13 kbit/s.
   URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
 endef
 
+define Package/libgsm/description
+A GSM 06.10 full-rate speech transcoding implementation (library).
+       An implementation of the European GSM 06.10 provisional standard 
+       for full-rate speech transcoding, prI-ETS 300 036, which uses 
+       RPE/LTP (residual pulse excitation/long term prediction) coding 
+       at 13 kbit/s.
+endef
+
 define Package/gsm-utils
   SECTION:=utils
   CATEGORY:=Utilities
   DEPENDS:=+libgsm
   TITLE:=GSM transcoding utilities
-  DESCRIPTION:=A GSM 06.10 full-rate speech transcoding implementation (utilities).\\\
-    An implementation of the European GSM 06.10 provisional standard \\\
-    for full-rate speech transcoding, prI-ETS 300 036, which uses \\\
-    RPE/LTP (residual pulse excitation/long term prediction) coding \\\
-    at 13 kbit/s.
   URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
 endef
 
+define Package/gsm-utils/description
+A GSM 06.10 full-rate speech transcoding implementation (utilities).
+       An implementation of the European GSM 06.10 provisional standard 
+       for full-rate speech transcoding, prI-ETS 300 036, which uses 
+       RPE/LTP (residual pulse excitation/long term prediction) coding 
+       at 13 kbit/s.
+endef
+
 define Build/Configure
 endef