[oe-commits] Evan Doiron : nano: add v2.0.9

git version control git at git.openembedded.org
Mon Aug 24 21:25:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 571084dd3f9874b27d918b077cd3e2b694df78e0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=571084dd3f9874b27d918b077cd3e2b694df78e0

Author: Evan Doiron <edoiron at cbnco.com>
Date:   Mon Aug 24 11:07:08 2009 -0400

nano: add v2.0.9

Signed-off-by: Evan Doiron <edoiron at cbnco.com>
Signed-off-by: Michael Smith <msmith at cbnco.com>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 conf/checksums.ini         |    4 ++++
 recipes/nano/nano_2.0.9.bb |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index c67f91a..f0fc4bb 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17762,6 +17762,10 @@ sha256=0d10d8f70a6fadfb9cfaa7b66c5fe7eba17e64ecb96104c4ddedc82f89765d5c
 md5=16187fed2bdefec6275ece6401ce4cd2
 sha256=5dc783c412c4d1ff463c450d2a2f9e1ea53a43d9ba1dda92bbf5182f60db532f
 
+[http://www.nano-editor.org/dist/v2.0/nano-2.0.9.tar.gz]
+md5=2be94dc43fb60fff4626a2401a977220
+sha256=6d212385680d29dcda35dda7801da19c80182a8bc6bc6d5cf7533034c853d37f
+
 [http://downloads.sourceforge.net/nasm/nasm-0.98.38.tar.bz2]
 md5=9f682490c132b070d54e395cb6ee145e
 sha256=87e64eff736196862ed46c04a3dffa612d765df980fa974fc65e026d811bd9d0
diff --git a/recipes/nano/nano_2.0.9.bb b/recipes/nano/nano_2.0.9.bb
new file mode 100644
index 0000000..0951466
--- /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/
+}





More information about the Openembedded-commits mailing list