This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/MinGW/var/lib/mingw-get/data/msys-lndir.xml

49 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
<!-- File: msys-lndir.xml -->
<package-collection subsystem="msys">
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
<package name="msys-lndir">
<affiliate group="MinGW Developer Toolkit" />
<description lang="en" title="Xorg recursive directory symlink tool">
<paragraph>The lndir program makes a shadow copy of a directory
tree, except that the shadow is not populated with real files but
instead with symbolic links (*) pointing at the real files in the
original directory tree. This is usually useful building
applications outside their source directory, when the build
machinery does not directly support that behavior. You can build
in the shadow tree, and the object files will be in the shadow
directory, while the source files in the shadow directory are just
symlinks (*) to the real files.
</paragraph>
<paragraph>(*) On MSYS, instead of symbolic links the shadow tree is
populated with hardlinks to the original files whenever possible,
and with copies if not (e.g. the original and destination directories
are on different devices, or the file system is not NTFS).
</paragraph>
</description>
<licence tarname="lndir-%-msys-%-lic.tar.%" />
<source tarname="lndir-%-msys-%-src.tar.%" />
<component class="bin">
<requires eq="msys-core-*-msys-*-bin.tar" />
<release tarname="lndir-1.0.1-2-msys-1.0.13-bin.tar.lzma" />
</component>
<component class="doc">
<release tarname="lndir-1.0.1-2-msys-1.0.13-doc.tar.lzma" />
</component>
<component class="lic">
<release tarname="lndir-1.0.1-2-msys-1.0.13-lic.tar.lzma" />
</component>
</package>
</package-collection>
</software-distribution>
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->