]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nano/nano_1.3.5.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nano / nano_1.3.5.bb
1 DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
2 Not ANOther editor) is an enhanced clone of the \
3 Pico text editor."
4 HOMEPAGE = "http://www.nano-editor.org/"
5 LICENSE = "GPLv2"
6 SECTION = "console/utils"
7 DEPENDS = "ncurses"
8
9 SRC_URI = "http://www.nano-editor.org/dist/v1.3/nano-${PV}.tar.gz \
10            file://glib.m4"
11
12 inherit autotools
13
14 do_configure_prepend () {
15         install -m 0644 ${WORKDIR}/glib.m4 m4/
16 }