diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-29 22:23:27 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 12:06:52 +0000 |
commit | a5370af97ae5f123fd45699c640a1374513fece9 (patch) | |
tree | 78aa4a64f7b1c0c158bb286dfea94b19bff5356d /meta/recipes-extended/mc/mc_4.7.5.bb | |
parent | 1b765b3bf63b7ef1da4ad927c4007cd20b91e7f4 (diff) | |
download | poky-a5370af97ae5f123fd45699c640a1374513fece9.tar.gz |
mc: update to 4.7.3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.7.5.bb')
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.5.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.5.bb b/meta/recipes-extended/mc/mc_4.7.5.bb new file mode 100644 index 0000000000..2898f2cd8b --- /dev/null +++ b/meta/recipes-extended/mc/mc_4.7.5.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Midnight Commander is an ncurses based file manager." | ||
2 | HOMEPAGE = "http://www.midnight-commander.org/" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
5 | SECTION = "console/utils" | ||
6 | DEPENDS = "ncurses glib-2.0" | ||
7 | RDEPENDS_${PN} = "ncurses-terminfo" | ||
8 | |||
9 | PR = "r1" | ||
10 | |||
11 | PR = "r0" | ||
12 | |||
13 | SRC_URI = "http://www.midnight-commander.org/downloads/${PN}-${PV}.tar.bz2" | ||
14 | |||
15 | SRC_URI[md5sum] = "4eb2438b168fb0f93b748889a9294f54" | ||
16 | SRC_URI[sha256sum] = "0d2b4e87b8a4158edf54380df9402b4a1a19f7494ef06dd0a0a3e3ff6a2b50f1" | ||
17 | |||
18 | inherit autotools gettext | ||
19 | |||
20 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | ||