summaryrefslogtreecommitdiff
path: root/nano/nano_1.2.1.oe
blob: 37bcf69ac149e29815dc504118ebd6dd0241e664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEPENDS = "virtual/libc ncurses"
DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
Not ANOther editor) is an enhanced clone of the \
Pico text editor."

SRC_URI = "${GNU_MIRROR}/nano/nano-${PV}.tar.gz \
           file://configure.patch;patch=1 \
           file://glib.m4"

inherit autotools

do_configure_prepend () {
	cp ${WORKDIR}/glib.m4 m4/
}