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