diff options
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.8.8.bb')
| -rw-r--r-- | meta/recipes-extended/mc/mc_4.8.8.bb | 23 |
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 @@ | |||
| 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 | SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "324ff5a192d30d3a3b234c130550eb0a" | ||
| 12 | SRC_URI[sha256sum] = "7b5e6f90e6709d1c1bcb4a2bf6d2a62b9494adef3ff4325ffdb3551c29e42a1c" | ||
| 13 | |||
| 14 | inherit autotools gettext | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | ||
| 17 | |||
| 18 | FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" | ||
| 19 | |||
| 20 | do_install_append () { | ||
| 21 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* | ||
| 22 | rm -rf ${D}${libdir} | ||
| 23 | } | ||
