diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-25 23:36:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-25 23:36:15 +0000 |
commit | a653ee5ba3a0d9e63e899a4498f2cd4fc16dfc05 (patch) | |
tree | c9e42ce7d30ad0af087948838b23a32ba83bbe51 /packages | |
parent | eaee660696fc304f2cc9de2b15361872ce566547 (diff) | |
parent | cbacc000d48cfcc9ce9e01e8e1a1aad899cce6be (diff) |
merge of 3dae055f5bf6d49d626cfcf0a8062c4c979aaeb2
and ecc737f0c1718588d8ed3722d6156d3c676fed6b
Diffstat (limited to 'packages')
-rw-r--r-- | packages/octave/octave_2.1.63.bb | 17 | ||||
-rw-r--r-- | packages/octave/octave_2.1.71.bb | 4 |
2 files changed, 2 insertions, 19 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 -} diff --git a/packages/octave/octave_2.1.71.bb b/packages/octave/octave_2.1.71.bb index c042621381..462eccbf65 100644 --- a/packages/octave/octave_2.1.71.bb +++ b/packages/octave/octave_2.1.71.bb @@ -1,9 +1,9 @@ -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" +SECTION = "console/utils" +LICENSE = "GPL" DEPENDS = "readline ncurses" SRC_URI = "ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-${PV}.tar.gz" |