diff options
author | Evan Doiron <edoiron@cbnco.com> | 2009-08-24 11:07:08 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-08-24 17:24:56 -0400 |
commit | 571084dd3f9874b27d918b077cd3e2b694df78e0 (patch) | |
tree | 958ee7fbad138a427d7337c4f4210c7624f8486d /recipes | |
parent | 48c52b45a0296f3cb4c7fda41c259313664521ef (diff) |
nano: add v2.0.9
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/nano/nano_2.0.9.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/nano/nano_2.0.9.bb b/recipes/nano/nano_2.0.9.bb new file mode 100644 index 0000000000..0951466b82 --- /dev/null +++ b/recipes/nano/nano_2.0.9.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ +Not ANOther editor) is an enhanced clone of the \ +Pico text editor." +HOMEPAGE = "http://www.nano-editor.org/" +LICENSE = "GPLv2" +SECTION = "console/utils" +DEPENDS = "ncurses" + +SRC_URI = "http://www.nano-editor.org/dist/v2.0/nano-${PV}.tar.gz \ + file://glib.m4" + +inherit autotools + +# only 16K more to get everything but the kitchen sink +EXTRA_OECONF = "--enable-all" + +do_configure_prepend () { + install -m 0644 ${WORKDIR}/glib.m4 m4/ +} |