From 5779021a7ad251a8359795a6a625e76a6befb3c7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 20 May 2013 19:19:22 -0700 Subject: mc: Update to 4.8.8 Signed-off-by: Saul Wold --- meta/recipes-extended/mc/mc_4.8.7.bb | 25 ------------------------- meta/recipes-extended/mc/mc_4.8.8.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-extended/mc/mc_4.8.7.bb create mode 100644 meta/recipes-extended/mc/mc_4.8.8.bb (limited to 'meta/recipes-extended/mc') diff --git a/meta/recipes-extended/mc/mc_4.8.7.bb b/meta/recipes-extended/mc/mc_4.8.7.bb deleted file mode 100644 index 0e8f3c127e..0000000000 --- a/meta/recipes-extended/mc/mc_4.8.7.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 = "r0" - -SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" - -SRC_URI[md5sum] = "b113e50682293a953141134969dba785" -SRC_URI[sha256sum] = "4e9c45925b47650dac58d7556a89c3e9b4275e48976b6c13b63c2f8eed3a383b" - -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.8.bb b/meta/recipes-extended/mc/mc_4.8.8.bb new file mode 100644 index 0000000000..20ae797999 --- /dev/null +++ b/meta/recipes-extended/mc/mc_4.8.8.bb @@ -0,0 +1,23 @@ +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" + +SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "324ff5a192d30d3a3b234c130550eb0a" +SRC_URI[sha256sum] = "7b5e6f90e6709d1c1bcb4a2bf6d2a62b9494adef3ff4325ffdb3551c29e42a1c" + +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