diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-07 10:47:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-07 10:47:25 +0000 |
commit | 47a07d0845784c149a4333b05fa001afc5f9b375 (patch) | |
tree | de0a5e7596e5b60cccc0ed5654d0379a3e9e57dc /packages | |
parent | 86b97ee454f147ead453e3d4a26d8392df22769c (diff) | |
parent | 4beb295426437090e24f7dc8b17dc4dda6e6b02a (diff) |
merge of '381386545295748802d49e020def79338aa8d301'
and '49e647037a07cbb223a15ef77511f87636080be4'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/less/less_382.bb | 22 | ||||
-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 |