diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-09-29 20:45:41 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-30 10:06:24 -0700 |
commit | 06c19f0cd0c71bb721084294a2a3cb60d1855dfd (patch) | |
tree | 5750b22140c9e8b2dfde7545ee761516572c5c09 /meta/recipes-extended/mc | |
parent | 4c9f98b4c7d63b03ad6d6702d086170d1dab64be (diff) | |
download | openembedded-core-contrib-06c19f0cd0c71bb721084294a2a3cb60d1855dfd.tar.gz |
mc: add to extended, but not part of any image
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-extended/mc')
-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 00000000000..509fe3759da --- /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" |