df7aad308555ff81b1f65d9ebf5aec2adde76aac
[vuplus_openembedded] / less / less_381.oe
1 DEPENDS = "virtual/libc ncurses"
2 RDEPENDS = "libc6 libncurses5"
3 DESCRIPTION = "Less is a program similar to more, i.e. a terminal \
4 based program for viewing text files and the output from other \
5 programs. Less offers many features beyond those that more does."
6
7 SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz \
8            file://${FILESDIR}/configure.patch;patch=1"
9
10 inherit autotools
11
12 do_install () {
13         oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
14 }