• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

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.


Commit MetaInfo

修订版43da69802a5b288f64e8e9544e3ed5ed1362eb19 (tree)
时间2010-05-06 11:31:31
作者Charles Wilson <cwilso11@user...>
CommiterCharles Wilson

Log Message

Add msys-lndir.xml

更改概述

差异

--- /dev/null
+++ b/msys/msys-lndir.xml
@@ -0,0 +1,39 @@
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 instead
10+with symbolic links (*) pointing at the real files in the original
11+directory tree. This is usually useful building applications outside their
12+source directory, when the build machinery does not directly support that
13+behavior. You can build in the shadow tree, and the object files will be
14+in the shadow directory, while the source files in the shadow directory
15+are just symlinks (*) to the real files.</paragraph>
16+ <paragraph>(*) On MSYS, instead of symbolic links the shadow
17+tree is populated with hardlinks to the original files whenever possible,
18+and with copies if not (e.g. the original and destination directories are
19+on different devices, or the file system is not NTFS).</paragraph>
20+ </description>
21+ <component class="bin">
22+ <release tarname="lndir-1.0.1-1-msys-1.0.11-bin.tar.gz" />
23+ <release tarname="lndir-1.0.1-2-msys-1.0.13-bin.tar.lzma" />
24+ <requires eq="msys-msysCORE-*-msys-*-bin.tar" />
25+ </component>
26+ <component class="doc">
27+ <release tarname="lndir-1.0.1-1-msys-1.0.11-doc.tar.gz" />
28+ <release tarname="lndir-1.0.1-2-msys-1.0.13-doc.tar.lzma" />
29+ </component>
30+ <component class="lic">
31+ <release tarname="lndir-1.0.1-1-msys-1.0.11-lic.tar.gz" />
32+ <release tarname="lndir-1.0.1-2-msys-1.0.13-lic.tar.lzma" />
33+ </component>
34+ <licence tarname="lndir-%-msys-%-lic.tar" />
35+ <source tarname="lndir-%-msys-%-src.tar" />
36+ </package>
37+ </package-collection>
38+</software-distribution>
39+