You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
845 B

################################################################################
#
# mc
#
################################################################################
MC_VERSION = 4.8.27
MC_DIR = mc-$(MC_VERSION)
MC_SOURCE = mc-$(MC_VERSION).tar.xz
MC_SITE = ftp.midnight-commander.org
MC_DEPENDENCIES = glib2 ncurses
MC_AUTORECONF = YES
MC_CONF_OPTS = \
--disable-charset \
--disable-nls \
--disable-vfs-extfs \
--disable-vfs-fish \
--disable-vfs-sfs \
--disable-vfs-sftp \
--with-screen=ncurses \
--without-diff-viewer \
--without-gpm-mouse \
--without-x
define MC_TARGET_CLEANUP
$(TARGET_RM) $(TARGET_datadir)/mc/examples
find $(TARGET_datadir)/mc/skins -type f ! -name default.ini | xargs --no-run-if-empty $(TARGET_RM)
endef
MC_TARGET_FINALIZE_HOOKS += MC_TARGET_CLEANUP
mc: | $(TARGET_DIR)
$(call autotools-package)