]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/less/less_381.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / less / less_381.bb
1 SECTION = "console/utils"
2 DEPENDS = "ncurses"
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 LICENSE = "GPL"
7 SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz \
8            file://configure.patch;patch=1"
9
10 inherit autotools
11
12 do_install () {
13         oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
14 }