mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
mc: update to 4.8.8.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#etc/mc
|
#etc/mc
|
||||||
etc/mc/edit.indent.rc
|
etc/mc/edit.indent.rc
|
||||||
etc/mc/filehighlight.ini
|
etc/mc/filehighlight.ini
|
||||||
|
etc/mc/mc.default.keymap
|
||||||
|
etc/mc/mc.emacs.keymap
|
||||||
etc/mc/mc.ext
|
etc/mc/mc.ext
|
||||||
etc/mc/mc.keymap
|
etc/mc/mc.keymap
|
||||||
etc/mc/mc.keymap.default
|
|
||||||
etc/mc/mc.keymap.emacs
|
|
||||||
etc/mc/mc.menu
|
etc/mc/mc.menu
|
||||||
etc/mc/mc.menu.sr
|
etc/mc/mc.menu.sr
|
||||||
etc/mc/mcedit.menu
|
etc/mc/mcedit.menu
|
||||||
@@ -124,6 +124,7 @@ usr/share/mc/syntax/awk.syntax
|
|||||||
usr/share/mc/syntax/c.syntax
|
usr/share/mc/syntax/c.syntax
|
||||||
usr/share/mc/syntax/cabal.syntax
|
usr/share/mc/syntax/cabal.syntax
|
||||||
usr/share/mc/syntax/changelog.syntax
|
usr/share/mc/syntax/changelog.syntax
|
||||||
|
usr/share/mc/syntax/cmake.syntax
|
||||||
usr/share/mc/syntax/cs.syntax
|
usr/share/mc/syntax/cs.syntax
|
||||||
usr/share/mc/syntax/css.syntax
|
usr/share/mc/syntax/css.syntax
|
||||||
usr/share/mc/syntax/cxx.syntax
|
usr/share/mc/syntax/cxx.syntax
|
||||||
@@ -134,6 +135,7 @@ usr/share/mc/syntax/debian-control.syntax
|
|||||||
usr/share/mc/syntax/debian-description.syntax
|
usr/share/mc/syntax/debian-description.syntax
|
||||||
usr/share/mc/syntax/debian-sources-list.syntax
|
usr/share/mc/syntax/debian-sources-list.syntax
|
||||||
usr/share/mc/syntax/diff.syntax
|
usr/share/mc/syntax/diff.syntax
|
||||||
|
usr/share/mc/syntax/dlink.syntax
|
||||||
usr/share/mc/syntax/dos.syntax
|
usr/share/mc/syntax/dos.syntax
|
||||||
usr/share/mc/syntax/ebuild.syntax
|
usr/share/mc/syntax/ebuild.syntax
|
||||||
usr/share/mc/syntax/eiffel.syntax
|
usr/share/mc/syntax/eiffel.syntax
|
||||||
@@ -146,10 +148,12 @@ usr/share/mc/syntax/html.syntax
|
|||||||
usr/share/mc/syntax/idl.syntax
|
usr/share/mc/syntax/idl.syntax
|
||||||
usr/share/mc/syntax/ini.syntax
|
usr/share/mc/syntax/ini.syntax
|
||||||
usr/share/mc/syntax/j.syntax
|
usr/share/mc/syntax/j.syntax
|
||||||
|
usr/share/mc/syntax/jal.syntax
|
||||||
usr/share/mc/syntax/java.syntax
|
usr/share/mc/syntax/java.syntax
|
||||||
usr/share/mc/syntax/js.syntax
|
usr/share/mc/syntax/js.syntax
|
||||||
usr/share/mc/syntax/latex.syntax
|
usr/share/mc/syntax/latex.syntax
|
||||||
usr/share/mc/syntax/lisp.syntax
|
usr/share/mc/syntax/lisp.syntax
|
||||||
|
usr/share/mc/syntax/lkr.syntax
|
||||||
usr/share/mc/syntax/lsm.syntax
|
usr/share/mc/syntax/lsm.syntax
|
||||||
usr/share/mc/syntax/lua.syntax
|
usr/share/mc/syntax/lua.syntax
|
||||||
usr/share/mc/syntax/m4.syntax
|
usr/share/mc/syntax/m4.syntax
|
||||||
|
|||||||
12
lfs/mc
12
lfs/mc
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2009 Michael Tremer & Christian Schmidt #
|
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# it under the terms of the GNU General Public License as published by #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -24,15 +24,15 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 4.8.4
|
VER = 4.8.8
|
||||||
|
|
||||||
THISAPP = mc-$(VER)
|
THISAPP = mc-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.bz2
|
DL_FILE = $(THISAPP).tar.xz
|
||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = mc
|
PROG = mc
|
||||||
PAK_VER = 6
|
PAK_VER = 7
|
||||||
|
|
||||||
DEPS = ""
|
DEPS = ""
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = a8edb8226cb25869f925ecce043faf1e
|
$(DL_FILE)_MD5 = 14231665535fc80cc654b6ccfd070995
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
|
|||||||
|
|
||||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
@$(PREBUILD)
|
@$(PREBUILD)
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && ./configure --prefix=/usr \
|
cd $(DIR_APP) && ./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--without-x --disable-nls \
|
--without-x --disable-nls \
|
||||||
|
|||||||
Reference in New Issue
Block a user