9c2e0b67b3098ed45d3f2776508ad452467592c6
[vuplus_openembedded] / nano / nano_1.2.1.oe
1 DEPENDS = "virtual/libc ncurses"
2 DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
3 Not ANOther editor) is an enhanced clone of the \
4 Pico text editor."
5
6 SRC_URI = "${GNU_MIRROR}/nano/nano-${PV}.tar.gz \
7            file://${FILESDIR}/configure.patch;patch=1"
8
9 inherit autotools
10
11 do_configure_prepend () {
12         cp ${FILESDIR}/glib.m4 m4/
13 }