[Lunar-commits] <moonbase> muparser: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Oct 19 14:56:52 CEST 2009
commit 2fb62a03af1fc2fb945a2776077dac27abed3bba
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Oct 19 08:56:52 2009 -0400
muparser: Adding to moonbase.
---
libs/muparser/BUILD | 7 +++++++
libs/muparser/DETAILS | 18 ++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/libs/muparser/BUILD b/libs/muparser/BUILD
new file mode 100644
index 0000000..e1c0368
--- /dev/null
+++ b/libs/muparser/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --enable-shared --disable-samples --enable-omf" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/muparser/DETAILS b/libs/muparser/DETAILS
new file mode 100644
index 0000000..30deffe
--- /dev/null
+++ b/libs/muparser/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=muparser
+ VERSION=v130
+ SOURCE=$MODULE\_$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE/
+ SOURCE_VFY=sha1:8411b189b05317d836c92b02b267f7be5bc08611
+ WEB_SITE=http://muparser.sourceforge.net/
+ ENTERED=20091019
+ UPDATED=20091019
+ SHORT="parsing of mathematical expressions"
+
+cat << EOF
+Many applications require the parsing of mathematical expressions. The main
+objective of this library is to provide a fast and easy way of doing this.
+muParser is an extensible high performance math parser library written in
+C++. It works by transforming a mathematical expression into bytecode and
+precalculating constant parts of the expression.
+EOF
More information about the Lunar-commits
mailing list