blob: 8d01ac9a264d884d2578aee3b619e2dc5de10567 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DEPENDS = virtual/libc ncurses
RDEPENDS = libc6 libncurses5
SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz \
file://${FILESDIR}/configure.patch;patch=1
inherit autotools
do_install () {
oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
}
|