blob: f6ef3655913407c49956a9f0ee7708b81ea7eff0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/
}
|