• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


File Info

Révision 17fc422d2b04015056b234c44fe659e9c2b1f7af
Taille 2,127 octets
l'heure 2021-04-12 17:23:45
Auteur Keith Marshall
Message de Log

Publish MinGW.org WSL-5.4.2 package set.

Content

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">

  <!-- 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: -->