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