diff options
Diffstat (limited to 'nano/nano_1.3.0.oe')
-rw-r--r-- | nano/nano_1.3.0.oe | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nano/nano_1.3.0.oe b/nano/nano_1.3.0.oe deleted file mode 100644 index 0d3ed077a7..0000000000 --- a/nano/nano_1.3.0.oe +++ /dev/null @@ -1,18 +0,0 @@ -SECTION = "console/utils" -DEPENDS = "ncurses" -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" - -SRC_URI = "http://www.nano-editor.org/dist/v1.3/nano-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://make.patch;patch=1 \ - file://glib.m4" - -inherit autotools - -do_configure_prepend () { - cp ${WORKDIR}/glib.m4 m4/ -} |