mc: add to extended, but not part of any image

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold
2010-09-29 20:45:41 -07:00
parent 4c9f98b4c7
commit 06c19f0cd0

View File

@@ -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"