From 06da5a81a097130cfa6efd34a6a9b5ddf005bdb5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 24 Jul 2010 11:14:30 +0200 Subject: [PATCH] bc: fix description Signed-off-by: Stephan Raue --- packages/tools/bc/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tools/bc/meta b/packages/tools/bc/meta index be9756ab05..a90ed344c8 100644 --- a/packages/tools/bc/meta +++ b/packages/tools/bc/meta @@ -10,5 +10,5 @@ PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" PKG_SECTION="tools" PKG_SHORTDESC="bc: GNU's numeric processing language and a calculator" -PKG_LONGDESC="Bc is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements. Bc is a utility included in the POSIX P1003.2/D11 draft standard. Since the POSIX document does not specify how bc must be implemented, this version does not use the historical method of having bc be a compiler for the dc calculator. This version has a single executable that both compiles the language and runs the resulting `byte code'. The byte code is not the dc language." +PKG_LONGDESC="Bc is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements. Bc is a utility included in the POSIX P1003.2/D11 draft standard. Since the POSIX document does not specify how bc must be implemented, this version does not use the historical method of having bc be a compiler for the dc calculator. This version has a single executable that both compiles the language and runs the resulting 'byte code'. The byte code is not the dc language." PKG_IS_ADDON="no"