summaryrefslogtreecommitdiff
path: root/octave/octave_2.1.63.oe
diff options
context:
space:
mode:
Diffstat (limited to 'octave/octave_2.1.63.oe')
-rw-r--r--octave/octave_2.1.63.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/octave/octave_2.1.63.oe b/octave/octave_2.1.63.oe
index e69de29bb2..6224e57a19 100644
--- a/octave/octave_2.1.63.oe
+++ b/octave/octave_2.1.63.oe
@@ -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/octave-${PV}.tar.gz"
+
+inherit autotools
+
+FILES_${PN}-dev += "${libdir}/octave-${PV}/*.la ${libdir}/octave-${PV}/*.a"
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}