summaryrefslogtreecommitdiff
path: root/packages/less/less_406.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-24 13:51:59 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-24 13:51:59 +0000
commit77613beb09608ba214db174b0c589924acf30c7e (patch)
tree86f266887ca1c66c31ca02d5699d2828ef3fb5c3 /packages/less/less_406.bb
parent79f6416b33eda3443ce39d938664353847f8305b (diff)
less: update to 406 (from Poky), drop older ones
Diffstat (limited to 'packages/less/less_406.bb')
-rw-r--r--packages/less/less_406.bb20
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"