]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nano/nano_1.2.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nano / nano_1.2.1.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 LICENSE = "GPL"
5 SECTION = "console/utils"
6 DEPENDS = "ncurses"
7
8 SRC_URI = "${GNU_MIRROR}/nano/nano-${PV}.tar.gz \
9            file://configure.patch;patch=1 \
10            file://glib.m4"
11
12 inherit autotools
13
14 do_configure_prepend () {
15         install -m 0644 ${WORKDIR}/glib.m4 m4/
16 }