summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc/mc_4.8.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.8.8.bb')
-rw-r--r--meta/recipes-extended/mc/mc_4.8.8.bb23
1 files changed, 23 insertions, 0 deletions
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 @@
1DESCRIPTION = "Midnight Commander is an ncurses based file manager."
2HOMEPAGE = "http://www.midnight-commander.org/"
3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2"
5SECTION = "console/utils"
6DEPENDS = "ncurses glib-2.0"
7RDEPENDS_${PN} = "ncurses-terminfo"
8
9SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2"
10
11SRC_URI[md5sum] = "324ff5a192d30d3a3b234c130550eb0a"
12SRC_URI[sha256sum] = "7b5e6f90e6709d1c1bcb4a2bf6d2a62b9494adef3ff4325ffdb3551c29e42a1c"
13
14inherit autotools gettext
15
16EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba"
17
18FILES_${PN}-dbg += "${libexecdir}/mc/.debug/"
19
20do_install_append () {
21 sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
22 rm -rf ${D}${libdir}
23}