diff options
author | David Lanzendörfer <david.lanzendoerfer@o2s.ch> | 2010-07-22 13:34:58 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-23 14:28:02 -0700 |
commit | 40abfa09ae5dc3310888576756b94e3e42e6b5ce (patch) | |
tree | 207e8bf731f620d08c9e8d834b07bafbfa12811f /recipes | |
parent | 369a4f9a5e3e3a783503bdf08d42867c755e9f02 (diff) | |
download | openembedded-40abfa09ae5dc3310888576756b94e3e42e6b5ce.tar.gz |
maxima: add recipe, tool for algebraic calculation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/maxima/maxima_5.21.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/maxima/maxima_5.21.1.bb b/recipes/maxima/maxima_5.21.1.bb new file mode 100644 index 0000000000..ae89bead05 --- /dev/null +++ b/recipes/maxima/maxima_5.21.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION="Free computer algebra environment based on Macsyma" +HOMEPAGE="http://maxima.sourceforge.net/" +SRC_URI="http://www.sfr-fresh.com/unix/misc/${P}.tar.gz" +LICENSE="GPLv2" + +inherit autotools + +SRC_URI[md5sum] = "e08ed533f3059cec52788ef35198bdcc" +SRC_URI[sha256sum] = "1dae887e1787871437d699a6b1acc1c1f7428729487492a07c6a31e26bf53a1b" |