OSDN Git Service

Publish binutils-2.32 package set.
[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
4   <!-- File: msys-lndir.xml -->
5
6   <package-collection subsystem="msys">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="msys-lndir">
10       <affiliate group="MinGW Developer Toolkit" />
11       <description lang="en" title="Xorg recursive directory symlink tool">
12         <paragraph>The lndir program makes a shadow copy of a directory
13           tree, except that the shadow is not populated with real files but
14           instead with symbolic links (*) pointing at the real files in the
15           original directory tree.  This is usually useful building
16           applications outside their source directory, when the build
17           machinery does not directly support that behavior.  You can build
18           in the shadow tree, and the object files will be in the shadow
19           directory, while the source files in the shadow directory are just
20           symlinks (*) to the real files.
21         </paragraph>
22         <paragraph>(*) On MSYS, instead of symbolic links the shadow tree is
23           populated with hardlinks to the original files whenever possible,
24           and with copies if not (e.g. the original and destination directories
25           are on different devices, or the file system is not NTFS).
26         </paragraph>
27       </description>
28
29       <licence tarname="lndir-%-msys-%-lic.tar.%" />
30       <source tarname="lndir-%-msys-%-src.tar.%" />
31
32       <component class="bin">
33         <requires eq="msys-core-*-msys-*-bin.tar" />
34         <release tarname="lndir-1.0.1-2-msys-1.0.13-bin.tar.lzma" />
35       </component>
36
37       <component class="doc">
38         <release tarname="lndir-1.0.1-2-msys-1.0.13-doc.tar.lzma" />
39       </component>
40
41       <component class="lic">
42         <release tarname="lndir-1.0.1-2-msys-1.0.13-lic.tar.lzma" />
43       </component>
44     </package>
45
46   </package-collection>
47 </software-distribution>
48 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->