summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mc/mc_4.8.12.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2014-12-29 11:24:10 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-31 08:14:22 +0000
commit1e8147a569ea67577396c42352b5d6bf8ac5ccfd (patch)
treee74416018021c3d305f6a3c677d2e750665bb5d2 /meta/recipes-extended/mc/mc_4.8.12.bb
parent0d58be6bf285f6de81660688a13b21e735026727 (diff)
downloadpoky-1e8147a569ea67577396c42352b5d6bf8ac5ccfd.tar.gz
mc: Upgrade to 4.8.13
(From OE-Core rev: 73e6fa14f6bed53e23bd4851299bb1184272c3f8) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.8.12.bb')
-rw-r--r--meta/recipes-extended/mc/mc_4.8.12.bb53
1 files changed, 0 insertions, 53 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.12.bb b/meta/recipes-extended/mc/mc_4.8.12.bb
deleted file mode 100644
index bc462e3fc0..0000000000
--- a/meta/recipes-extended/mc/mc_4.8.12.bb
+++ /dev/null
@@ -1,53 +0,0 @@
1SUMMARY = "Midnight Commander is an ncurses based file manager"
2HOMEPAGE = "http://www.midnight-commander.org/"
3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2"
5SECTION = "console/utils"
6DEPENDS = "ncurses glib-2.0"
7RDEPENDS_${PN} = "ncurses-terminfo"
8
9SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
10 file://mc-CTRL.patch \
11 "
12
13SRC_URI[md5sum] = "a64c426364bfaee56b628f6c0738aade"
14SRC_URI[sha256sum] = "1054fcc27a488771cbe5b85d7c10135fa1cd1b7682a19930d44b51a023e39396"
15
16inherit autotools gettext pkgconfig
17
18#
19# Both Samba (smb) and sftp require package delivered from meta-openembedded
20#
21PACKAGECONFIG ??= ""
22PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba,"
23PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2,"
24
25EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x"
26
27FILES_${PN}-dbg += "${libexecdir}/mc/.debug/"
28
29do_install_append () {
30 sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
31 sed -i -e '1s,#!.*python,#!${bindir}/env python,' ${D}${libexecdir}/mc/extfs.d/*
32}
33
34PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers-python ${BPN}-helpers ${BPN}-fish"
35
36SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
37FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
38 ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \
39 ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \
40 ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \
41 ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \
42 ${libexecdir}/mc/extfs.d/uzip"
43RDEPENDS_${BPN}-helpers-perl = "perl"
44
45SUMMARY_${BPN}-helpers-python = "Midnight Commander Python-based helper scripts"
46FILES_${BPN}-helpers-python = "${libexecdir}/mc/extfs.d/s3+ ${libexecdir}/mc/extfs.d/uc1541"
47RDEPENDS_${BPN}-helpers-python = "python"
48
49SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts"
50FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
51
52SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts"
53FILES_${BPN}-fish = "${libexecdir}/mc/fish"