lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit af6ac83d7e332a30bb348eaea93cd340666e71b3
parent 8a396c0e70cc609e07ac339268b18e279ba89a64
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Fri, 13 May 2016 10:20:07 +0300

Merge pull request #2693 from dibdot/mc

mc: bugfix 4.8.17
Diffstat:
Mutils/mc/Makefile | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

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