diff options
Diffstat (limited to 'nano/nano_1.2.1.oe')
-rw-r--r-- | nano/nano_1.2.1.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nano/nano_1.2.1.oe b/nano/nano_1.2.1.oe index e69de29bb2..4194e508bc 100644 --- a/nano/nano_1.2.1.oe +++ b/nano/nano_1.2.1.oe @@ -0,0 +1,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/ +} |