]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/octave/octave_2.1.63.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / octave / octave_2.1.63.bb
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/bleeding-edge/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 }