diff options
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.7.5.2.bb')
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.5.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb new file mode 100644 index 0000000000..c407b0b54f --- /dev/null +++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Midnight Commander is an ncurses based file manager." | ||
2 | HOMEPAGE = "http://www.midnight-commander.org/" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
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] = "bdae966244496cd4f6d282d80c9cf3c6" | ||
14 | SRC_URI[sha256sum] = "a68338862bb30017eb65ed569a58e80ab66ae8cef11c886440c9e9f4d1efc6ab" | ||
15 | |||
16 | inherit autotools gettext | ||
17 | |||
18 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | ||