mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
xz: updated to 5.0.4.
This commit is contained in:
@@ -30,18 +30,18 @@ usr/bin/xzmore
|
||||
#usr/include/lzma/container.h
|
||||
#usr/include/lzma/delta.h
|
||||
#usr/include/lzma/filter.h
|
||||
#usr/include/lzma/hardware.h
|
||||
#usr/include/lzma/index.h
|
||||
#usr/include/lzma/index_hash.h
|
||||
#usr/include/lzma/lzma.h
|
||||
#usr/include/lzma/stream_flags.h
|
||||
#usr/include/lzma/subblock.h
|
||||
#usr/include/lzma/version.h
|
||||
#usr/include/lzma/vli.h
|
||||
#usr/lib/liblzma.a
|
||||
#usr/lib/liblzma.la
|
||||
usr/lib/liblzma.so
|
||||
usr/lib/liblzma.so.0
|
||||
usr/lib/liblzma.so.0.0.0
|
||||
usr/lib/liblzma.so.5
|
||||
usr/lib/liblzma.so.5.0.4
|
||||
#usr/lib/pkgconfig/liblzma.pc
|
||||
#usr/share/doc/xz
|
||||
#usr/share/doc/xz/AUTHORS
|
||||
@@ -51,10 +51,24 @@ usr/lib/liblzma.so.0.0.0
|
||||
#usr/share/doc/xz/README
|
||||
#usr/share/doc/xz/THANKS
|
||||
#usr/share/doc/xz/TODO
|
||||
#usr/share/doc/xz/examples
|
||||
#usr/share/doc/xz/examples/00_README.txt
|
||||
#usr/share/doc/xz/examples/01_compress_easy.c
|
||||
#usr/share/doc/xz/examples/02_decompress.c
|
||||
#usr/share/doc/xz/examples/03_compress_custom.c
|
||||
#usr/share/doc/xz/examples/Makefile
|
||||
#usr/share/doc/xz/examples_old
|
||||
#usr/share/doc/xz/examples_old/xz_pipe_comp.c
|
||||
#usr/share/doc/xz/examples_old/xz_pipe_decomp.c
|
||||
#usr/share/doc/xz/faq.txt
|
||||
#usr/share/doc/xz/history.txt
|
||||
#usr/share/doc/xz/lzma-file-format.txt
|
||||
#usr/share/doc/xz/xz-file-format.txt
|
||||
#usr/share/locale/cs/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/de/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/fr/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/it/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/pl/LC_MESSAGES/xz.mo
|
||||
#usr/share/man/man1/lzcat.1
|
||||
#usr/share/man/man1/lzcmp.1
|
||||
#usr/share/man/man1/lzdiff.1
|
||||
|
||||
6
lfs/xz
6
lfs/xz
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# 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 #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 4.999.9beta
|
||||
VER = 5.0.4
|
||||
|
||||
THISAPP = xz-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = cc4044fcc073b8bcf3164d1d0df82161
|
||||
$(DL_FILE)_MD5 = 741cd3a5f64b23b7bac56ec5b2258715
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user