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