From b947c322efbe6984467717004105e2f8ed7588d8 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 30 Apr 2012 11:26:48 -0700 Subject: mc: Update to 4.8.3 Signed-off-by: Saul Wold --- meta/recipes-extended/mc/mc_4.8.1.bb | 25 ------------------------- meta/recipes-extended/mc/mc_4.8.3.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-extended/mc/mc_4.8.1.bb create mode 100644 meta/recipes-extended/mc/mc_4.8.3.bb (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/mc/mc_4.8.1.bb b/meta/recipes-extended/mc/mc_4.8.1.bb deleted file mode 100644 index 7bcdcdad79..0000000000 --- a/meta/recipes-extended/mc/mc_4.8.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Midnight Commander is an ncurses based file manager." -HOMEPAGE = "http://www.midnight-commander.org/" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2" -SECTION = "console/utils" -DEPENDS = "ncurses glib-2.0" -RDEPENDS_${PN} = "ncurses-terminfo" - -PR = "r3" - -SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" - -SRC_URI[md5sum] = "7d60c87d87b359831d976fa28034935e" -SRC_URI[sha256sum] = "8f9bd09750c65a7786197a8f7e5a10a6dabf8c8737c564079ca393d8ecaf944d" - -inherit autotools gettext - -EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" - -FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" - -do_install_append () { - sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* - rm -rf ${D}${libdir} -} diff --git a/meta/recipes-extended/mc/mc_4.8.3.bb b/meta/recipes-extended/mc/mc_4.8.3.bb new file mode 100644 index 0000000000..3b777b5b72 --- /dev/null +++ b/meta/recipes-extended/mc/mc_4.8.3.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Midnight Commander is an ncurses based file manager." +HOMEPAGE = "http://www.midnight-commander.org/" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2" +SECTION = "console/utils" +DEPENDS = "ncurses glib-2.0" +RDEPENDS_${PN} = "ncurses-terminfo" + +PR = "r0" + +SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "12d38ad4969df3f8bbf66c3967a191ee" +SRC_URI[sha256sum] = "445f286652b85c3e8e87839bad64c28ad2dc80661778571a0b59c2b920ef60ac" + +inherit autotools gettext + +EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" + +FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" + +do_install_append () { + sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* + rm -rf ${D}${libdir} +} -- cgit 1.2.3-korg