Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / nano / nano_1.3.0.oe
1 SECTION = "console/utils"
2 DEPENDS = "ncurses"
3 DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
4 Not ANOther editor) is an enhanced clone of the \
5 Pico text editor."
6 HOMEPAGE = "http://www.nano-editor.org/"
7 LICENSE = "GPLv2"
8
9 SRC_URI = "http://www.nano-editor.org/dist/v1.3/nano-${PV}.tar.gz \
10            file://configure.patch;patch=1 \
11            file://make.patch;patch=1 \
12            file://glib.m4"
13
14 inherit autotools
15
16 do_configure_prepend () {
17         cp ${WORKDIR}/glib.m4 m4/
18 }