summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc/mc_4.7.3.bb
blob: 8fd16b157a1d298780aeb01591d630dd3a82f047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Midnight Commander is an ncurses based file manager."
HOMEPAGE = "http://www.midnight-commander.org/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
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"