1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
DEPENDS = virtual/libc ncurses RDEPENDS = libc6 libncurses5 SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz S := ${WORKDIR}/${P} inherit autotools do_configure () { chmod 0755 configure } do_install () { oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install }