blob: 6d10669eb6491531b6b2919bb03af8fa7eb3f34f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 libncurses5"
DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
Not ANOther editor) is an enhanced clone of the \
Pico text editor."
SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \
file://${FILESDIR}/configure.patch;patch=1
inherit autotools
do_configure_prepend () {
cp ${FILESDIR}/glib.m4 m4/
}
|