OSDN Git Service

Added msys-flex.xml
[mingw/mingw-dist.git] / msys / msys-lndir.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3   <package-collection subsystem="msys">
4     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
5     <package name="msys-lndir">
6       <affiliate group="MSYS Developer Toolkit" />
7       <description lang="en" title="lndir: Xorg recursive directory symlink tool">
8         <paragraph>The lndir program makes a shadow copy of a directory
9           tree, except that the shadow is not populated with real files but
10           instead with symbolic links (*) pointing at the real files in the
11           original directory tree. This is usually useful building
12           applications outside their source directory, when the build
13           machinery does not directly support that behavior. You can build
14           in the shadow tree, and the object files will be in the shadow
15           directory, while the source files in the shadow directory are just
16           symlinks (*) to the real files.
17         </paragraph>
18         <paragraph>(*) On MSYS, instead of symbolic links the shadow tree is
19           populated with hardlinks to the original files whenever possible,
20           and with copies if not (e.g. the original and destination directories
21           are on different devices, or the file system is not NTFS).
22         </paragraph>
23       </description>
24       <component class="bin">
25         <release tarname="lndir-1.0.1-1-msys-1.0.11-bin.tar.gz" />
26         <release tarname="lndir-1.0.1-2-msys-1.0.13-bin.tar.lzma" />
27         <requires eq="msys-core-*-msys-*-bin.tar" />
28       </component>
29       <component class="doc">
30         <release tarname="lndir-1.0.1-1-msys-1.0.11-doc.tar.gz" />
31         <release tarname="lndir-1.0.1-2-msys-1.0.13-doc.tar.lzma" />
32       </component>
33       <component class="lic">
34         <release tarname="lndir-1.0.1-1-msys-1.0.11-lic.tar.gz" />
35         <release tarname="lndir-1.0.1-2-msys-1.0.13-lic.tar.lzma" />
36       </component>
37       <licence tarname="lndir-%-msys-%-lic.tar" />
38       <source tarname="lndir-%-msys-%-src.tar" />
39     </package>
40   </package-collection>
41 </software-distribution>
42