diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-24 13:56:03 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-24 13:56:03 +0000 |
commit | b2b945413db8d1a00bb61a9944fdcd5920d0f282 (patch) | |
tree | 90d019d0ec02a568f7879a5d3daf4eb2d7c3d8a6 /packages/less/less_406.bb | |
parent | 778724cb7918c3cda2a2d23610a51dba58e7b6ba (diff) | |
parent | 77613beb09608ba214db174b0c589924acf30c7e (diff) |
merge of '13a2fd4a576e4ad16ad4a7365dddd911d1a008c9'
and '1df70c8f4e39ea30b3a0d2231271e7883161ff19'
Diffstat (limited to 'packages/less/less_406.bb')
-rw-r--r-- | packages/less/less_406.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/less/less_406.bb b/packages/less/less_406.bb new file mode 100644 index 0000000000..c8ef2fc6e6 --- /dev/null +++ b/packages/less/less_406.bb @@ -0,0 +1,20 @@ +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/" +SECTION = "console/utils" +LICENSE = "BSD" +DEPENDS = "ncurses" + +SRC_URI = "http://www.greenwoodsoftware.com/less/less-406.tar.gz " + +inherit autotools update-alternatives + +do_install () { + oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install + mv ${D}${bindir}/less ${D}${bindir}/less.${PN} +} + +ALTERNATIVE_NAME = "less" +ALTERNATIVE_PATH = "less.${PN}" +ALTERNATIVE_PRIORITY = "100" |