OSDN Git Service

Add manifests needed for gcc4
[mingw/mingw-dist.git] / mingw32 / mingw32-pthreads-w32.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-pthreads-w32.xml ~~ mingw-get package description for pthreads-w32 -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <!-- Provides the package descriptions for the pthreads-w32 library, -->
10     <!-- which is a runtime prerequisite for modern versions of GCC.     -->
11
12     <package name="mingw32-pthreads-w32" alias="pthreads-w32 pthreads">
13       <affiliate group="MinGW Standard Libraries" />
14       <description lang="en" title="POSIX threading library for Win32" >
15         <paragraph>
16           pthreads-w32 seeks to provide a freely available and high-quality
17           implementation of pthreads for Windows.  Pthreads is an API for
18           writing multithreaded applications following the POSIX standard.
19         </paragraph>
20         <paragraph>
21           The mingw32-pthreads-w32 package provides the documentation for the
22           pthreads-w32 library, as well as the related development files.  The
23           associated mingw32-libpthread package provides the runtime library.
24         </paragraph>
25       </description>
26
27       <source tarname="pthreads-w32-%-mingw32-src.tar.lzma" />
28       <licence tarname="pthreads-w32-%-mingw32-lic.tar.lzma" />
29
30       <component class="dev">
31         <release tarname="pthreads-w32-2.8.0-3-mingw32-dev.tar.lzma" >
32           <requires eq="mingw32-libpthread-%-mingw32-dll-2.tar" />
33         </release>
34       </component>
35
36       <component class="doc">
37         <release tarname="pthreads-w32-2.8.0-3-mingw32-doc.tar.lzma" />
38       </component>
39
40       <component class="lic">
41         <release tarname="pthreads-w32-2.8.0-3-mingw32-lic.tar.lzma" />
42       </component>
43     </package>
44
45     <package name="mingw32-libpthread" alias="libpthread">
46       <affiliate group="MinGW Standard Libraries" />
47       <description lang="en" title="POSIX threading library for Win32" >
48         <paragraph>
49           pthreads-w32 seeks to provide a freely available and high-quality
50           implementation of pthreads for Windows.  Pthreads is an API for
51           writing multithreaded applications following the POSIX standard.
52         </paragraph>
53         <paragraph>
54           The mingw32-libpthread package provides the runtime library.  The
55           associated mingw32-pthreads-w32 package provides the documentation
56           for the pthreads-w32 library, as well as the related development
57           files.
58         </paragraph>
59         <paragraph>
60           This is a required component of the MinGW Compiler Suite.
61         </paragraph>
62       </description>
63
64       <source tarname="pthreads-w32-%-mingw32-src.tar.lzma" />
65       <licence tarname="pthreads-w32-%-mingw32-lic.tar.lzma" />
66
67       <component class="dll">
68         <release tarname="libpthread-2.8.0-3-mingw32-dll-2.tar.lzma" />
69       </component>
70     </package>
71
72   </package-collection>
73 </software-distribution>
74 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->