[oe] [PATCH] nano: Add version 2.2.4.

Eric Benard eric at eukrea.com
Thu Apr 29 14:01:34 UTC 2010


* give access to the latest stable release available
* Tested on x86

Signed-off-by: Eric Benard <eric at eukrea.com>
---
 recipes/nano/nano_2.2.4.bb |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 recipes/nano/nano_2.2.4.bb

diff --git a/recipes/nano/nano_2.2.4.bb b/recipes/nano/nano_2.2.4.bb
new file mode 100644
index 0000000..561b64e
--- /dev/null
+++ b/recipes/nano/nano_2.2.4.bb
@@ -0,0 +1,22 @@
+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 \
+           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/
+}
+
+SRC_URI[md5sum] = "6304308afb1f7ef4a5e93eb99206632a"
+SRC_URI[sha256sum] = "971b8547be157de5a814cb26c804dc2515b686d7188f4dc016269312965d4da5"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list