OSDN Git Service

Publish MinGW.org WSL-5.2.1 package set.
[mingw/mingw-dist.git] / mingw32 / mingw32-mpc.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: mingw32-mpc.xml ~~ mingw-get package description for mpc -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://osdn.net/dl/mingw/%F" />
8
9     <!-- Provides the package descriptions for the mpc library, which -->
10     <!-- is a runtime prerequisite for modern versions of GCC.        -->
11
12     <package name="mingw32-mpc" alias="mpc">
13       <affiliate group="MinGW Standard Libraries" />
14       <description lang="en" title="Arbitrary Precision Math Library for Complex Numbers">
15         <paragraph>
16           MPC is a C library for the arithmetic of complex numbers with
17           arbitrarily high precision and correct rounding of the result. It is
18           built upon and follows the same principles as MPFR.
19         </paragraph>
20         <paragraph>
21           The mingw32-mpc package provides the documentation for the mpc
22           library, as well as the related development files.  The associated
23           mingw32-libmpc package provides the C runtime library.
24         </paragraph>
25       </description>
26
27       <source tarname="mpc-%-mingw32-src.tar.%" />
28       <licence tarname="mpc-%-mingw32-lic.tar.%" />
29
30       <component class="dev">
31         <release tarname="mpc-1.0.3-2-mingw32-dev.tar.xz">
32           <requires eq="mingw32-libmpc-%-mingw32-dll-3.tar" />
33           <requires ge="mpfr-3.1.5-2-mingw32-dev.tar" />
34         </release>
35       </component>
36
37       <component class="doc">
38         <description lang="en">
39           <paragraph>The "doc" component package is obsolete; documentation is
40             now provided in the "info" component package.
41           </paragraph>
42           <paragraph>There is no longer any useful content in this component
43             package; it may safely be removed.
44           </paragraph>
45         </description>
46         <release tarname="mpc-1.0.3-1-mingw32-doc.tar">
47           <download tarname="none" />
48         </release>
49       </component>
50
51       <component class="info">
52         <release tarname="mpc-1.0.3-2-mingw32-info.tar.xz" />
53       </component>
54
55       <component class="lic">
56         <release tarname="mpc-1.0.3-2-mingw32-lic.tar.xz" />
57       </component>
58     </package>
59
60     <package name="mingw32-libmpc" alias="libmpc">
61       <affiliate group="MinGW Standard Libraries" />
62       <description lang="en" title="Arbitrary Precision Math Library for Complex Numbers">
63         <paragraph>
64           MPC is a C library for the arithmetic of complex numbers with
65           arbitrarily high precision and correct rounding of the result. It is
66           built upon and follows the same principles as MPFR. This package
67           provides the runtime library.
68         </paragraph>
69         <paragraph>
70           The mingw32-libmpc package provides the C runtime library.  The
71           associated mingw32-mpc package provides the documentation for the
72           mpc library, as well as the related development files.
73         </paragraph>
74         <paragraph>
75           This is a required component of the MinGW Compiler Suite.
76         </paragraph>
77       </description>
78
79       <source tarname="mpc-%-mingw32-src.tar.lzma" />
80       <licence tarname="mpc-%-mingw32-lic.tar.lzma" />
81
82       <component class="dll">
83         <release tarname="libmpc-1.0.3-2-mingw32-dll-3.tar.xz">
84           <requires ge="mingw32-libmpfr-3.1.5-mingw32-dll-4.tar" />
85           <requires ge="mingw32-libgmp-6.1.2-mingw32-dll-10.tar" />
86         </release>
87       </component>
88     </package>
89
90   </package-collection>
91 </software-distribution>
92
93 <!-- vim: set textwidth=80 tabstop=2 shiftwidth=2 expandtab: -->
94 <!-- vim: set fileformat=unix nocompatible: -->