aboutsummaryrefslogtreecommitdiffstats
path: root/nano/nano_1.2.1.oe
blob: 4194e508bcac83ae7d359bf0446e310d4e06fb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DEPENDS = virtual/libc ncurses
RDEPENDS = libc6 libncurses5

SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \
	   file://${FILESDIR}/configure.patch;patch=1
S := ${WORKDIR}/${P}

inherit autotools

do_configure_prepend () {
	cp ${FILESDIR}/glib.m4 m4/
}