summaryrefslogtreecommitdiff
path: root/packages/octave/octave_2.1.71.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-24 15:32:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-24 15:32:48 +0000
commitcbacc000d48cfcc9ce9e01e8e1a1aad899cce6be (patch)
tree8712a6f2b0dcf91efdd300d6f4308297ea854150 /packages/octave/octave_2.1.71.bb
parent6d5ffd6df515a08010229d5bfd9d8617ad14437a (diff)
octave 2.1.71 fix SECTION
Diffstat (limited to 'packages/octave/octave_2.1.71.bb')
-rw-r--r--packages/octave/octave_2.1.71.bb4
1 files changed, 2 insertions, 2 deletions
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"