summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc/mc_4.7.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.7.5.bb')
-rw-r--r--meta/recipes-extended/mc/mc_4.7.5.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.5.bb b/meta/recipes-extended/mc/mc_4.7.5.bb
new file mode 100644
index 0000000000..2898f2cd8b
--- /dev/null
+++ b/meta/recipes-extended/mc/mc_4.7.5.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Midnight Commander is an ncurses based file manager."
2HOMEPAGE = "http://www.midnight-commander.org/"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5SECTION = "console/utils"
6DEPENDS = "ncurses glib-2.0"
7RDEPENDS_${PN} = "ncurses-terminfo"
8
9PR = "r1"
10
11PR = "r0"
12
13SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2"
14
15SRC_URI[md5sum] = "4eb2438b168fb0f93b748889a9294f54"
16SRC_URI[sha256sum] = "0d2b4e87b8a4158edf54380df9402b4a1a19f7494ef06dd0a0a3e3ff6a2b50f1"
17
18inherit autotools gettext
19
20EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba"