6224e57a196bd437bd69227e0bee312a60ca0515
[vuplus_openembedded] / octave / octave_2.1.63.oe
1 LICENSE = GPL
2 DESCRIPTION = "GNU Octave is a high-level language, primarily intended for numerical computations. \
3 It provides a convenient command line interface for solving linear and nonlinear problems numerically, \
4 and for performing other numerical experiments using a language that is mostly compatible with Matlab. \
5 It may also be used as a batch-oriented language." 
6 SECTION = "console/util"
7 DEPENDS = "readline ncurses"
8 MAINTAINER = "Simon Pickering <S.G.Pickering@bath.ac.uk>"
9 SRC_URI = "ftp://ftp.octave.org/pub/octave/octave-${PV}.tar.gz"
10
11 inherit autotools
12
13 FILES_${PN}-dev += "${libdir}/octave-${PV}/*.la ${libdir}/octave-${PV}/*.a"
14
15 do_configure() {
16         gnu-configize
17         oe_runconf
18 }