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