summaryrefslogtreecommitdiff
path: root/octave/octave_2.1.57.oe
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2004-10-18 21:42:47 +0000
committerRene Wagner <rw@handhelds.org>2004-10-18 21:42:47 +0000
commit13ca460422636b6f8487fe3fb5c62e79d765308b (patch)
treed6c2fab42e8709460040dd425a2e0c45afca01f9 /octave/octave_2.1.57.oe
parent4c88fcf974c86a0ebc0d6500993dd5acf97841aa (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home2/oe/oe/packages 2004/10/18 23:42:16+02:00 dyndns.org!reenoo octave: don't override autotools_do_install; fix packaging BKrev: 417438d7nLo-DxTtM-K_wqclyrbXpQ
Diffstat (limited to 'octave/octave_2.1.57.oe')
-rw-r--r--octave/octave_2.1.57.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/octave/octave_2.1.57.oe b/octave/octave_2.1.57.oe
index e69de29bb2..aa0ec03b53 100644
--- a/octave/octave_2.1.57.oe
+++ b/octave/octave_2.1.57.oe
@@ -0,0 +1,17 @@
+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
+}