source: Daodan/MinGW/var/lib/mingw-get/data/mingw32-xz.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 5.1 KB
RevLine 
[1046]1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
3
4 <!-- File: mingw32-xz.xml -->
5
6 <package-collection subsystem="mingw32">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="mingw32-xz" alias="xz">
10 <description lang="en" title="High performance compression based on the LZMA algorithm" >
11 <paragraph>LZMA is data compression algorithm based on the
12 Lempel-Ziv-Markov chain-Algorithm. It provides high compression
13 ratios and very fast decompression, with minimal memory requirements
14 for decompression. XZ Utils is the latest generation of this
15 software, supplanting the older LZMA Utils, which itself was a
16 friendly fork of the original LZMA SDK. The xz package provides
17 commandline utilities for compression and decompression of XZ and LZMA
18 data, and documentation. The associated liblzma package provides the
19 runtime library and development files for creating applications that
20 use LZMA or XZ compression.
21 </paragraph>
22 <paragraph>The MinGW/MSYS project provides both this native (mingw32)
23 version and an MSYS version of the xz package(s). While the latter is
24 the primary tool from the perspective of the MSYS distribution, the
25 MinGW version is provided as one of the prerequisites for the native
26 (mingw32) basic-bsdtar utility.
27 </paragraph>
28 </description>
29
30 <licence tarname="xz-%-mingw32-%-lic.tar.%" />
31 <source tarname="xz-%-mingw32-%-src.tar.%" />
32
33 <component class="bin">
34 <requires eq="msys-bash-*-msys-*-bin.tar" />
35 <requires eq="msys-diffutils-*-msys-*-bin.tar" />
36 <requires eq="msys-grep-*-msys-*-bin.tar" />
37 <requires eq="msys-less-*-msys-*-bin.tar" />
38 <release tarname="xz-4.999.9beta_20100401-1-mingw32-bin.tar.bz2" >
39 <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" />
40 <requires eq="mingw32-liblzma-%-mingw32-%-dll-1.tar" />
41 </release>
42 <release tarname="xz-5.0.3-2-mingw32-bin.tar.lzma" >
43 <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" />
44 <requires eq="mingw32-liblzma-%-mingw32-%-dll-5.tar" />
45 </release>
46 </component>
47
48 <component class="doc">
49 <release tarname="xz-4.999.9beta_20100401-1-mingw32-doc.tar.bz2" />
50 <release tarname="xz-5.0.3-2-mingw32-doc.tar.lzma" />
51 </component>
52
53 <component class="lang">
54 <release tarname="xz-4.999.9beta_20100401-1-mingw32-lang.tar.bz2" />
55 <release tarname="xz-5.0.3-2-mingw32-lang.tar.lzma" />
56 </component>
57
58 <component class="lic">
59 <release tarname="xz-4.999.9beta_20100401-1-mingw32-lic.tar.bz2" />
60 <release tarname="xz-5.0.3-2-mingw32-lic.tar.lzma" />
61 </component>
62 </package>
63
64 <package name="mingw32-liblzma" alias="liblzma">
65 <description lang="en" title="High performance compression library based on the LZMA algorithm" >
66 <paragraph>LZMA is data compression algorithm based on the
67 Lempel-Ziv-Markov chain-Algorithm. It provides high compression
68 ratios and very fast decompression, with minimal memory requirements
69 for decompression. XZ Utils is the latest generation of this
70 software, supplanting the older LZMA Utils, which itself was a
71 friendly fork of the original LZMA SDK. The xz package provides
72 commandline utilities for compression and decompression of XZ and LZMA
73 data, and documentation. The associated liblzma package provides the
74 runtime library and development files for creating applications that
75 use LZMA or XZ compression.
76 </paragraph>
77 <paragraph>The MinGW/MSYS project provides both this native (mingw32)
78 version and an MSYS version of the liblzma package(s). While the
79 latter is the primary tool from the perspective of the MSYS
80 distribution, the MinGW version is provided as one of the
81 prerequisites for the native (mingw32) basic-bsdtar utility.
82 </paragraph>
83 </description>
84
85 <licence tarname="xz-%-mingw32-%-lic.tar.%" />
86 <source tarname="xz-%-mingw32-%-src.tar.%" />
87
88 <component class="dll">
89 <release tarname="liblzma-4.999.9beta_20100401-1-mingw32-dll-1.tar.bz2" />
90 <release tarname="liblzma-5.0.3-2-mingw32-dll-5.tar.lzma" >
91 <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
92 </release>
93 </component>
94
95 <component class="dev">
96 <release tarname="liblzma-4.999.9beta_20100401-1-mingw32-dev.tar.bz2" >
97 <requires eq="mingw32-liblzma-%-mingw32-%-dll-1.tar" />
98 </release>
99 <release tarname="liblzma-5.0.3-2-mingw32-dev.tar.lzma" >
100 <requires eq="mingw32-liblzma-%-mingw32-%-dll-5.tar" />
101 </release>
102 </component>
103 </package>
104
105 </package-collection>
106</software-distribution>
107<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.