summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-03-07 10:28:45 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-03-07 10:28:45 +0000
commit34f3007a55743559d01dafc65bebd95c3c947933 (patch)
tree875f44c218d4e74adc5b989b8777b6cce7c015a0
parent6509a7859ec42bed7976a8c7c356ad843cd3664c (diff)
parentf4d4e808eef48613ba91e950aa0b01ca0674bb39 (diff)
merge of '13e3b90d95842d6605bb97abd2e75c521fcc90ea'
and 'ddead9a9354451fc8ee51dad429309707f005db3'
-rw-r--r--packages/less/less_382.bb22
-rw-r--r--packages/less/less_418.bb (renamed from packages/less/less_406.bb)2
2 files changed, 1 insertions, 23 deletions
diff --git a/packages/less/less_382.bb b/packages/less/less_382.bb
deleted file mode 100644
index f336a59ad6..0000000000
--- a/packages/less/less_382.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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"
-PR = "r1"
-
-SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz \
- file://configure.patch;patch=1"
-
-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"
diff --git a/packages/less/less_406.bb b/packages/less/less_418.bb
index c8ef2fc6e6..c19a41e63d 100644
--- a/packages/less/less_406.bb
+++ b/packages/less/less_418.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
LICENSE = "BSD"
DEPENDS = "ncurses"
-SRC_URI = "http://www.greenwoodsoftware.com/less/less-406.tar.gz "
+SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz "
inherit autotools update-alternatives