Merges.
[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://configure.patch;patch=1 \
8            file://glib.m4"
9
10 inherit autotools
11
12 do_configure_prepend () {
13         cp ${WORKDIR}/glib.m4 m4/
14 }