summaryrefslogtreecommitdiff
path: root/packages/nano/nano_1.3.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nano/nano_1.3.9.bb')
-rw-r--r--packages/nano/nano_1.3.9.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/nano/nano_1.3.9.bb b/packages/nano/nano_1.3.9.bb
new file mode 100644
index 0000000000..c82f5e2327
--- /dev/null
+++ b/packages/nano/nano_1.3.9.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/v1.3/nano-${PV}.tar.gz \
+ file://glib.m4"
+
+inherit autotools
+
+do_configure_prepend () {
+ install -m 0644 ${WORKDIR}/glib.m4 m4/
+}