summaryrefslogtreecommitdiff
path: root/packages/nano/nano_2.0.6.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-21 09:09:33 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-21 09:09:33 +0000
commitd7ceaa521009aed4e6f19789bad0100f6ed2099d (patch)
tree55a577b9d548646229ab4f8837d0742fcb551b8a /packages/nano/nano_2.0.6.bb
parent17741798356f73b85730ef94018bd6d0834f303f (diff)
parent36b5ce9fd7ba4edc1e0647e65a6a7870533e042b (diff)
merge of '4e2ecbe3b531720352dbfdff640946f0773a6bb4'
and 'c876168ea7f3cb64f08c25751c96b9565172329c'
Diffstat (limited to 'packages/nano/nano_2.0.6.bb')
-rw-r--r--packages/nano/nano_2.0.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/nano/nano_2.0.6.bb b/packages/nano/nano_2.0.6.bb
new file mode 100644
index 0000000000..f6ef365591
--- /dev/null
+++ b/packages/nano/nano_2.0.6.bb
@@ -0,0 +1,16 @@
+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
+
+do_configure_prepend () {
+ install -m 0644 ${WORKDIR}/glib.m4 m4/
+}