diff options
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.7.3.bb')
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.3.bb b/meta/recipes-extended/mc/mc_4.7.3.bb new file mode 100644 index 0000000000..509fe3759d --- /dev/null +++ b/meta/recipes-extended/mc/mc_4.7.3.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Midnight Commander is an ncurses based file manager." | ||
2 | HOMEPAGE = "http://www.midnight-commander.org/" | ||
3 | LICENSE = "GPLv2" | ||
4 | SECTION = "console/utils" | ||
5 | DEPENDS = "ncurses glib-2.0" | ||
6 | RDEPENDS = "ncurses-terminfo" | ||
7 | |||
8 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" | ||
9 | |||
10 | inherit autotools gettext | ||
11 | |||
12 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | ||