From: David Lanzendörfer Date: Thu, 22 Jul 2010 13:34:58 +0000 (+0000) Subject: maxima: add recipe, tool for algebraic calculation X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40abfa09ae5dc3310888576756b94e3e42e6b5ce;p=openembedded.git maxima: add recipe, tool for algebraic calculation Signed-off-by: Martin Jansa --- 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"