mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SECTION = "console/utils"
|
||||
DEPENDS = "ncurses"
|
||||
DESCRIPTION = "Less is a program similar to more, i.e. a terminal \
|
||||
based program for viewing text files and the output from other \
|
||||
programs. Less offers many features beyond those that more does."
|
||||
HOMEPAGE = "http://www.greenwoodsoftware.com/"
|
||||
LICENSE = "BSD"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz \
|
||||
file://configure.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_install () {
|
||||
oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
|
||||
}
|
||||
Reference in New Issue
Block a user