[oe] [PATCH] Introduce maxima recipe

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Thu Jul 22 20:30:42 UTC 2010


2010/7/22 David Lanzendörfer <david.lanzendoerfer at o2s.ch>

> Hello.
> I was a bit surprised that maxima was missing in OE.
> Because debian, maemo, and even windows have already maxima available.
> So I decided to make an initial try for building it.
> Could you please review it?
>
> thx and best regards
>        leviathan
> ---
>  recipes/maxima/maxima_5.21.1.bb |   26 ++++++++++++++++++++++++++
>  1 files changed, 26 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/maxima/maxima_5.21.1.bb
>
> diff --git a/recipes/maxima/maxima_5.21.1.bb b/recipes/maxima/
> maxima_5.21.1.bb
> new file mode 100644
> index 0000000..2cf42c8
> --- /dev/null
> +++ b/recipes/maxima/maxima_5.21.1.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION="Free computer algebra environment based on Macsyma"
> +HOMEPAGE="http://maxima.sourceforge.net/"
> +SRC_URI="http://www.sfr-fresh.com/unix/misc/maxima-5.21.1.tar.gz"
>
You can also use ${PV} in the URI

> +
> +LICENSE="GPL-2"
>
This is written as GPLv2

+S = "${WORKDIR}/maxima-${PV}"
>
Isn't this the default? Can you try without it

> +
> +do_configure () {
> +        ./configure
> +}
>
+
> +do_install () {
> +        oe_runmake "DESTDIR=${D}" install
> +}
>
I thought that what you give for configure and install is the default.
Can you test without?

Frans

> +
> +SRC_URI[md5sum] = "e08ed533f3059cec52788ef35198bdcc"
> +SRC_URI[sha256sum] =
> "1dae887e1787871437d699a6b1acc1c1f7428729487492a07c6a31e26bf53a1b"
> +
> +FILES_${PN} += "/usr/local/bin/*"
> +FILES_${PN} += "/usr/local/share/*"
> +FILES_${PN} += "/usr/local/lib/*"
> +FILES_${PN} += "/usr/local/libexec/*"
> +
> +FILES_${PN}-doc += "/usr/local/info/*"
> +FILES_${PN}-doc += "/usr/local/man/*"
> +
> --
> 1.6.4.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list