blob: fbd36d8aefeb3fe5f6c4885eb55bb28ca4591fd8 (
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."
LICENSE = "GPL"
SECTION = "console/utils"
DEPENDS = "ncurses"
SRC_URI = "${GNU_MIRROR}/nano/nano-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://glib.m4"
inherit autotools
do_configure_prepend () {
install -m 0644 ${WORKDIR}/glib.m4 m4/
}
|