diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-11 16:48:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-11 16:48:56 +0000 |
commit | 938069c10fda69c355c20a01293c332d3486c1c0 (patch) | |
tree | 6f60b1a28caaf7198d715878566cc106f2a1aa5b /packages/octave | |
parent | 15c513d11ea4d25dc8abe16b54be38e8e2388ce6 (diff) |
octave: add 2.1.71
Diffstat (limited to 'packages/octave')
-rw-r--r-- | packages/octave/octave_2.1.71.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/octave/octave_2.1.71.bb b/packages/octave/octave_2.1.71.bb new file mode 100644 index 0000000000..0dcb2c7e77 --- /dev/null +++ b/packages/octave/octave_2.1.71.bb @@ -0,0 +1,18 @@ +LICENSE = "GPL" +DESCRIPTION = "GNU Octave is a high-level language, primarily intended for numerical computations. \ +It provides a convenient command line interface for solving linear and nonlinear problems numerically, \ +and for performing other numerical experiments using a language that is mostly compatible with Matlab. \ +It may also be used as a batch-oriented language." +SECTION = "console/util" +DEPENDS = "readline ncurses" +MAINTAINER = "Simon Pickering <S.G.Pickering@bath.ac.uk>" +SRC_URI = "ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-${PV}.tar.gz" + +inherit autotools + +FILES_${PN}-dev += "${libdir}/octave-${PV}/*.la ${libdir}/octave-${PV}/*.a" + +do_configure() { + gnu-configize + oe_runconf +} |