aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-19 08:40:57 -0800
committerSaul Wold <sgw@linux.intel.com>2011-12-21 23:50:22 -0800
commit3282c5844ddce4bd7c79f3ff38a2d52cd9327a61 (patch)
tree2151ba9128b6cebec92ac6e9a8ebfcdfec52ca70 /meta/recipes-extended/mc
parent37a5aea77feb1cb7fc49da533d895ac6f686ebaf (diff)
downloadopenembedded-core-contrib-3282c5844ddce4bd7c79f3ff38a2d52cd9327a61.tar.gz
mc: Add version 4.8.1 now GPLv3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/mc')
-rw-r--r--meta/recipes-extended/mc/mc_4.8.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.1.bb b/meta/recipes-extended/mc/mc_4.8.1.bb
new file mode 100644
index 0000000000..de7fe7a0fa
--- /dev/null
+++ b/meta/recipes-extended/mc/mc_4.8.1.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] = "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}
+}