Merge pull request from dibdot/mc

mc: bugfix 4.8.17
This commit is contained in:
Hannu Nyman 2016-05-13 10:20:07 +03:00
commit af6ac83d7e

View file

@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mc PKG_NAME:=mc
PKG_VERSION:=4.8.17 PKG_VERSION:=4.8.17
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_MAINTAINER:=Dirk Brenken <openwrt@brenken.org> PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
PKG_LICENSE:=GPL-3.0+ PKG_LICENSE:=GPL-3.0+
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@ -46,17 +46,17 @@ define Package/$(PKG_NAME)/config
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description
GNU Midnight Commander is a visual file manager, 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, 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 move and delete files and whole directory trees, search for files and run commands in the subshell.
and run commands in the subshell. Internal viewer and editor are included. Internal viewer and editor are included as well.
endef endef
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--disable-doxygen-doc \ --disable-doxygen-doc \
--with-homedir=/etc/mc \ --with-homedir=/etc/mc \
--with-included-gettext \
--with-screen=ncurses \ --with-screen=ncurses \
--without-gpm-mouse \ --without-gpm-mouse \
--without-x \ --without-x \