octave: add 2.1.71
authorKoen Kooi <koen@openembedded.org>
Tue, 11 Oct 2005 16:48:56 +0000 (16:48 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 11 Oct 2005 16:48:56 +0000 (16:48 +0000)
packages/octave/octave_2.1.71.bb [new file with mode: 0644]

diff --git a/packages/octave/octave_2.1.71.bb b/packages/octave/octave_2.1.71.bb
new file mode 100644 (file)
index 0000000..0dcb2c7
--- /dev/null
@@ -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
+}