From: Chris Larson Date: Fri, 11 Mar 2005 06:25:43 +0000 (+0000) Subject: Fix the octave SRC_URI, courtesy Simon Pickering. X-Git-Tag: Release-2010-05/1~14656 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39124ebd95ad825e6d4be79483ead9fb99b3a729;p=openembedded.git Fix the octave SRC_URI, courtesy Simon Pickering. BKrev: 423139e7HraByluIbr02Hyj0nFoeNg --- 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 " +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 +}