@ -8,15 +8,14 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := mc
PKG_VERSION := 4.8.14
PKG_RELEASE := 1.3
PKG_MAINTAINER := Dirk Brenken <dibdot@gmail.com >
PKG_VERSION := 4.8.15
PKG_RELEASE := 1
PKG_MAINTAINER := Dirk Brenken <dirk@brenken.org >
PKG_LICENSE := GPL-3.0+
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := http://ftp.midnight-commander.org/
PKG_MD5SUM := fbdaddb9edcf8925dcf3231331a8720b
PKG_MD5SUM := 7c1935433866fdf59a3c2d9b7dae81ad
PKG_BUILD_PARALLEL := 1
PKG_FIXUP := autoreconf
@ -33,29 +32,32 @@ PKG_CONFIG_DEPENDS := \
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / n l s . m k
d e f i n e P a c k a g e / m c
SECTION:= utils
CATEGORY:= Utilities
DEPENDS:= +glib2 +libncurses +libmount +MC_VFS:libssh2 $( LIBRPC_DEPENDS) $( ICONV_DEPENDS)
TITLE:= Midnight Commander - a powerful visual file manager
URL:= http://www.midnight-commander.org/
MENU:= 1
d e f i n e P a c k a g e / $( PKG_NAME )
SECTION:= utils
CATEGORY:= Utilities
DEPENDS:= +glib2 +libncurses +libmount +MC_VFS:libssh2 $( LIBRPC_DEPENDS) $( ICONV_DEPENDS)
TITLE:= Midnight Commander - a powerful visual file manager
URL:= http://www.midnight-commander.org/
MENU:= 1
e n d e f
d e f i n e P a c k a g e / m c / c o n f i g
d e f i n e P a c k a g e / $( PKG_NAME ) / c o n f i g
source " $( SOURCE) /Config.in "
e n d e f
d e f i n e P a c k a g e / m c / d e s c r i p t i o n
GNU Midnight Commander is a visual file manager,
licensed under GNU General Public License and therefore qualifies as Free Software.
It' s a feature rich full-screen text mode application that allows you to copy,
move and delete files and whole directory trees, search for files
and run commands in the subshell. Internal viewer and editor are included.
d e f i n e P a c k a g e / $( PKG_NAME ) / d e s c r i p t i o n
G N U M i d n i g h t C o m m a n d e r i s a v i s u a l f i l e m a n a g e r ,
l i c e n s e d u n d e r G N U G e n e r a l P u b l i c L i c e n s e a n d t h e r e f o r e q u a l i f i e s a s F r e e S o f t w a r e .
I t ' s a f e a t u r e r i c h f u l l - s c r e e n t e x t m o d e a p p l i c a t i o n t h a t a l l o w s y o u t o c o p y ,
m o v e a n d d e l e t e f i l e s a n d w h o l e d i r e c t o r y t r e e s , s e a r c h f o r f i l e s
a n d r u n c o m m a n d s i n t h e s u b s h e l l . I n t e r n a l v i e w e r a n d e d i t o r a r e i n c l u d e d .
e n d e f
CONFIGURE_ARGS += \
--disable-doxygen-doc \
--with-homedir= /etc/mc \
--with-included-gettext \
--with-screen= ncurses \
--without-gpm-mouse \
--without-x \
@ -98,10 +100,13 @@ CONFIGURE_ARGS += \
--disable-vfs
e n d i f
d e f i n e P a c k a g e / m c / i n s t a l l
d e f i n e P a c k a g e / $( PKG_NAME ) / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /src/mc $( 1) /usr/bin
$( INSTALL_DIR) $( 1) /etc/mc
$( INSTALL_DATA) $( PKG_BUILD_DIR) /misc/mc.charsets $( 1) /etc/mc
$( INSTALL_DATA) $( PKG_BUILD_DIR) /misc/mc.keymap $( 1) /etc/mc
$( INSTALL_DATA) $( PKG_BUILD_DIR) /misc/mc.ext $( 1) /etc/mc
i f e q ( $( CONFIG_MC_DIFFVIEWER ) , y )
ln -sf mc $( 1) /usr/bin/mcdiff
e n d i f
@ -111,12 +116,12 @@ endif
$( INSTALL_DATA) $( PKG_BUILD_DIR) /misc/mc.menu $( 1) /etc/mc
$( INSTALL_DIR) $( 1) /etc/mc/skins
$( INSTALL_DATA) $( PKG_BUILD_DIR) /misc/skins/default.ini $( 1) /etc/mc/skins
$( INSTALL_DIR) $( 1) /root/.mc/ cedit/Syntax
$( INSTALL_DIR) $( 1) /etc/mc/m cedit/Syntax
e n d e f
d e f i n e P a c k a g e / m c / c o n f f i l e s
d e f i n e P a c k a g e / $( PKG_NAME ) / c o n f f i l e s
/ e t c / m c / m c . m e n u
/ e t c / m c / s k i n s / d e f a u l t . i n i
e n d e f
$( eval $ ( call BuildPackage ,mc ) )
$( eval $ ( call BuildPackage ,$ ( PKG_NAME ) ) )