summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-09-29 20:45:41 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-09-30 10:06:24 -0700
commit06c19f0cd0c71bb721084294a2a3cb60d1855dfd (patch)
tree5750b22140c9e8b2dfde7545ee761516572c5c09 /meta/recipes-extended
parent4c9f98b4c7d63b03ad6d6702d086170d1dab64be (diff)
downloadopenembedded-core-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')
-rw-r--r--meta/recipes-extended/mc/mc_4.7.3.bb12
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"