mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
mc: Update to 4.8.20
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
3951a1135f
commit
68a7683a35
@@ -162,6 +162,7 @@ usr/share/mc/syntax/fortran.syntax
|
||||
usr/share/mc/syntax/glsl.syntax
|
||||
usr/share/mc/syntax/go.syntax
|
||||
usr/share/mc/syntax/haskell.syntax
|
||||
usr/share/mc/syntax/hive.syntax
|
||||
usr/share/mc/syntax/html.syntax
|
||||
usr/share/mc/syntax/idl.syntax
|
||||
usr/share/mc/syntax/ini.syntax
|
||||
@@ -177,6 +178,7 @@ usr/share/mc/syntax/lua.syntax
|
||||
usr/share/mc/syntax/m4.syntax
|
||||
usr/share/mc/syntax/mail.syntax
|
||||
usr/share/mc/syntax/makefile.syntax
|
||||
usr/share/mc/syntax/markdown.syntax
|
||||
usr/share/mc/syntax/ml.syntax
|
||||
usr/share/mc/syntax/named.syntax
|
||||
usr/share/mc/syntax/nemerle.syntax
|
||||
@@ -191,6 +193,7 @@ usr/share/mc/syntax/po.syntax
|
||||
usr/share/mc/syntax/povray.syntax
|
||||
usr/share/mc/syntax/procmail.syntax
|
||||
usr/share/mc/syntax/properties.syntax
|
||||
usr/share/mc/syntax/protobuf.syntax
|
||||
usr/share/mc/syntax/puppet.syntax
|
||||
usr/share/mc/syntax/python.syntax
|
||||
usr/share/mc/syntax/r.syntax
|
||||
@@ -205,6 +208,7 @@ usr/share/mc/syntax/swig.syntax
|
||||
usr/share/mc/syntax/syntax.syntax
|
||||
usr/share/mc/syntax/tcl.syntax
|
||||
usr/share/mc/syntax/texinfo.syntax
|
||||
usr/share/mc/syntax/ts.syntax
|
||||
usr/share/mc/syntax/tt.syntax
|
||||
usr/share/mc/syntax/unknown.syntax
|
||||
usr/share/mc/syntax/verilog.syntax
|
||||
|
||||
9
lfs/mc
9
lfs/mc
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 4.8.19
|
||||
VER = 4.8.20
|
||||
|
||||
THISAPP = mc-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = mc
|
||||
PAK_VER = 15
|
||||
PAK_VER = 16
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 57209d138c0adcb9ea01dfe6bbb4cb87
|
||||
$(DL_FILE)_MD5 = 7f808b01f3f7d9aa52152a9efb86dbca
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -79,7 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--without-x --disable-nls \
|
||||
--without-x \
|
||||
--disable-nls \
|
||||
--with-screen=ncurses
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
Reference in New Issue
Block a user