diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-11 06:25:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-11 06:25:43 +0000 |
commit | 39124ebd95ad825e6d4be79483ead9fb99b3a729 (patch) | |
tree | 5d0fc12e10530cf313d8d4711f3d18c9b4105beb /packages/octave/octave_2.1.63.bb | |
parent | 00251cd4c7d7f890be278f74a4a97263c452ebb1 (diff) |
Fix the octave SRC_URI, courtesy Simon Pickering.
BKrev: 423139e7HraByluIbr02Hyj0nFoeNg
Diffstat (limited to 'packages/octave/octave_2.1.63.bb')
-rw-r--r-- | packages/octave/octave_2.1.63.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/octave/octave_2.1.63.bb b/packages/octave/octave_2.1.63.bb index e69de29bb2..ec2a8f059d 100644 --- a/packages/octave/octave_2.1.63.bb +++ b/packages/octave/octave_2.1.63.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 +} |