file: Update to 5.11.

This commit is contained in:
Michael Tremer
2012-08-24 17:10:35 +02:00
parent 06042c2e3d
commit 83c883b4e5
2 changed files with 7 additions and 12 deletions

View File

@@ -5,15 +5,10 @@ usr/bin/file
#usr/lib/libmagic.so #usr/lib/libmagic.so
usr/lib/libmagic.so.1 usr/lib/libmagic.so.1
usr/lib/libmagic.so.1.0.0 usr/lib/libmagic.so.1.0.0
#usr/man #usr/share/man/man1/file.1
#usr/man/man1 #usr/share/man/man3/libmagic.3
#usr/man/man1/file.1 #usr/share/man/man4/magic.4
#usr/man/man3 usr/share/misc/magic.mgc
#usr/man/man3/libmagic.3
#usr/man/man4
#usr/man/man4/magic.4
#usr/man/man5
#usr/share/file
usr/share/file/magic usr/share/file/magic
usr/share/file/magic.mgc usr/share/file/magic.mgc
usr/share/file/magic.mime usr/share/file/magic.mime

View File

@@ -24,7 +24,7 @@
include Config include Config
VER = 4.17 VER = 5.11
THISAPP = file-$(VER) THISAPP = file-$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 50919c65e0181423d66bb25d7fe7b0fd $(DL_FILE)_MD5 = 16a407bd66d6c7a832f3a5c0d609c27b
install : $(TARGET) install : $(TARGET)
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD) @$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) @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 $(MAKETUNING)
cd $(DIR_APP) && make install cd $(DIR_APP) && make install
@rm -rf $(DIR_APP) @rm -rf $(DIR_APP)