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 @@ +DESCRIPTION = "Midnight Commander is an ncurses based file manager." +HOMEPAGE = "http://www.midnight-commander.org/" +LICENSE = "GPLv2" +SECTION = "console/utils" +DEPENDS = "ncurses glib-2.0" +RDEPENDS = "ncurses-terminfo" + +SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" + +inherit autotools gettext + +EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" |