summaryrefslogtreecommitdiffstats
path: root/recipes/nano
diff options
context:
space:
mode:
authorScott Garman <sgarman@zenlinux.com>2010-04-16 19:17:36 +0000
committerRoman I Khimov <khimov@altell.ru>2010-05-02 12:32:20 +0400
commit3edbdf5fa30be5f2c7820d35871d423b7c7a3011 (patch)
tree6e00236866e45cfc2fb2a07f1be2e9f1d07516e4 /recipes/nano
parent3f6ab142d6153dfa58188acad66a4d30433f19bf (diff)
downloadopenembedded-3edbdf5fa30be5f2c7820d35871d423b7c7a3011.tar.gz
nano: Add version 2.2.4
Signed-off-by: Scott Garman <sgarman@zenlinux.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/nano')
-rw-r--r--recipes/nano/nano_2.2.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/nano/nano_2.2.4.bb b/recipes/nano/nano_2.2.4.bb
new file mode 100644
index 0000000000..b4973f8505
--- /dev/null
+++ b/recipes/nano/nano_2.2.4.bb
@@ -0,0 +1,15 @@
+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.2/nano-${PV}.tar.gz"
+SRC_URI[md5sum] = "6304308afb1f7ef4a5e93eb99206632a"
+SRC_URI[sha256sum] = "971b8547be157de5a814cb26c804dc2515b686d7188f4dc016269312965d4da5"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-all"