mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
file: Update to 5.11.
This commit is contained in:
@@ -5,15 +5,10 @@ usr/bin/file
|
||||
#usr/lib/libmagic.so
|
||||
usr/lib/libmagic.so.1
|
||||
usr/lib/libmagic.so.1.0.0
|
||||
#usr/man
|
||||
#usr/man/man1
|
||||
#usr/man/man1/file.1
|
||||
#usr/man/man3
|
||||
#usr/man/man3/libmagic.3
|
||||
#usr/man/man4
|
||||
#usr/man/man4/magic.4
|
||||
#usr/man/man5
|
||||
#usr/share/file
|
||||
#usr/share/man/man1/file.1
|
||||
#usr/share/man/man3/libmagic.3
|
||||
#usr/share/man/man4/magic.4
|
||||
usr/share/misc/magic.mgc
|
||||
usr/share/file/magic
|
||||
usr/share/file/magic.mgc
|
||||
usr/share/file/magic.mime
|
||||
|
||||
6
lfs/file
6
lfs/file
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 4.17
|
||||
VER = 5.11
|
||||
|
||||
THISAPP = file-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 50919c65e0181423d66bb25d7fe7b0fd
|
||||
$(DL_FILE)_MD5 = 16a407bd66d6c7a832f3a5c0d609c27b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
|
||||
Reference in New Issue
Block a user