94 lines
3.8 KiB
XML
94 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<software-distribution project="MinGW" home="http://mingw.org" issue="2013020400">
|
|
|
|
<!-- File: msys-bzip2.xml -->
|
|
|
|
<package-collection subsystem="msys">
|
|
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
|
|
|
<package name="msys-bzip2">
|
|
<affiliate group="MSYS Base System" />
|
|
<description lang="en" title="a high-quality data compressor">
|
|
<paragraph>bzip2 is a freely available, patent free (see below),
|
|
high-quality data compressor. It typically compresses files
|
|
to within 10% to 15% of the best available techniques (the
|
|
PPM family of statistical compressors), whilst being around
|
|
twice as fast at compression and six times faster at
|
|
decompression. This package provides the utility programs and
|
|
scripts.
|
|
</paragraph>
|
|
</description>
|
|
|
|
<source tarname="bzip2-%-msys-%-src.tar.%" />
|
|
<licence tarname="bzip2-%-msys-%-lic.tar.%" />
|
|
|
|
<component class="bin">
|
|
<release tarname="bzip2-1.0.5-2-msys-1.0.13-bin.tar.lzma" />
|
|
<release tarname="bzip2-1.0.6-1-msys-1.0.17-bin.tar.lzma">
|
|
<!-- Contrary to the assertion below,
|
|
this release DOES appear to require the DLL component
|
|
-->
|
|
<requires eq="msys-libbz2-%-msys-%-dll-1.tar" />
|
|
</release>
|
|
|
|
<!-- Every MSYS package requires msys-core-bin -->
|
|
<requires eq="msys-core-*-msys-*-bin.tar" />
|
|
|
|
<!-- Note that the bzip2 utilities are linked against the static
|
|
version of libbz2.a, so there is no -dll dependency here. Other
|
|
requirements support the auxiliary scripts, which are provided by
|
|
the bzip2-bin package.
|
|
-->
|
|
<requires eq="msys-bash-*-msys-*-bin.tar" />
|
|
<requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
|
<requires eq="msys-diffutils-*-msys-*-bin.tar" />
|
|
<requires eq="msys-grep-*-msys-*-bin.tar" />
|
|
<requires eq="msys-less-*-msys-*-bin.tar" />
|
|
</component>
|
|
|
|
<component class="doc">
|
|
<release tarname="bzip2-1.0.5-2-msys-1.0.13-doc.tar.lzma" />
|
|
<release tarname="bzip2-1.0.6-1-msys-1.0.17-doc.tar.lzma" />
|
|
</component>
|
|
|
|
<component class="lic">
|
|
<release tarname="bzip2-1.0.5-2-msys-1.0.13-lic.tar.lzma" />
|
|
<release tarname="bzip2-1.0.6-1-msys-1.0.17-lic.tar.lzma" />
|
|
</component>
|
|
</package>
|
|
|
|
<package name="msys-libbz2">
|
|
<description lang="en" title="runtime library for bzip2">
|
|
<paragraph>bzip2 is a freely available, patent free (see below),
|
|
high-quality data compressor. It typically compresses files
|
|
to within 10% to 15% of the best available techniques (the
|
|
PPM family of statistical compressors), whilst being around
|
|
twice as fast at compression and six times faster at
|
|
decompression. This package provides the runtime library and
|
|
development files.
|
|
</paragraph>
|
|
</description>
|
|
|
|
<source tarname="bzip2-%-msys-%-src.tar.%" />
|
|
<licence tarname="bzip2-%-msys-%-lic.tar.%" />
|
|
|
|
<component class="dll">
|
|
<release tarname="libbz2-1.0.5-2-msys-1.0.13-dll-1.tar.lzma" />
|
|
<release tarname="libbz2-1.0.6-1-msys-1.0.17-dll-1.tar.lzma" />
|
|
<requires eq="msys-core-*-msys-*-bin.tar" />
|
|
</component>
|
|
|
|
<component class="dev">
|
|
<release tarname="libbz2-1.0.5-2-msys-1.0.13-dev.tar.lzma">
|
|
<requires eq="msys-libbz2-%-msys-%-dll-1.tar.lzma" />
|
|
</release>
|
|
<release tarname="libbz2-1.0.6-1-msys-1.0.17-dev.tar.lzma">
|
|
<requires eq="msys-libbz2-%-msys-%-dll-1.tar.lzma" />
|
|
</release>
|
|
</component>
|
|
</package>
|
|
|
|
</package-collection>
|
|
</software-distribution>
|
|
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|