From 445a10176fc3ea7f3522c30a354cc703c715bfbd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 23 Jul 2010 11:37:28 +0200 Subject: maxima: oe-stylize Signed-off-by: Martin Jansa --- recipes/maxima/maxima_5.21.1.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/maxima/maxima_5.21.1.bb b/recipes/maxima/maxima_5.21.1.bb index ae89bead05..da5ccacd3e 100644 --- a/recipes/maxima/maxima_5.21.1.bb +++ b/recipes/maxima/maxima_5.21.1.bb @@ -1,9 +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 +DESCRIPTION = "Free computer algebra environment based on Macsyma" +HOMEPAGE = "http://maxima.sourceforge.net/" +LICENSE = "GPLv2" +SRC_URI = "http://www.sfr-fresh.com/unix/misc/${P}.tar.gz" SRC_URI[md5sum] = "e08ed533f3059cec52788ef35198bdcc" SRC_URI[sha256sum] = "1dae887e1787871437d699a6b1acc1c1f7428729487492a07c6a31e26bf53a1b" + +inherit autotools -- cgit 1.2.3-korg