diff options
author | Philip Balister <philip@balister.org> | 2006-10-28 13:48:12 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-10-28 13:48:12 +0000 |
commit | a84ca6515375010be1cb18ec82ec48968b89bb84 (patch) | |
tree | 1b430a4a6516a660fb9a4c5c6372fb101acd22bf /packages/octave/octave_2.1.63.bb | |
parent | 0332c860f096406ed143260218d9938b79173599 (diff) | |
parent | 4c49cec0f00a58693f324b06363744dbcf856329 (diff) |
merge of '9bb5aacf211c840ef28190458936fec0e3163a18'
and 'a89f7dd0fbeeb4f5627838591cb356337a0b5ae2'
Diffstat (limited to 'packages/octave/octave_2.1.63.bb')
-rw-r--r-- | packages/octave/octave_2.1.63.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/octave/octave_2.1.63.bb b/packages/octave/octave_2.1.63.bb deleted file mode 100644 index c042621381..0000000000 --- a/packages/octave/octave_2.1.63.bb +++ /dev/null @@ -1,17 +0,0 @@ -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" -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 -} |