ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MinGW/var/lib/mingw-get/data/msys-rsync.xml
Revision: 1046
Committed: Mon Aug 29 13:19:38 2016 UTC (9 years, 2 months ago) by alloc
Content type: application/xml
File size: 1643 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
3
4 <!-- File: msys-rsync.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-rsync">
10 <affiliate group="MinGW Developer Toolkit" />
11 <description lang="en" title="file transfer program" >
12 <paragraph>rsync is a file transfer program. rsync uses the 'rsync
13 algorithm' which provides a very fast method for bringing remote files
14 into sync. It does this by sending just the differences in the files
15 across the link, without requiring that both sets of files are present
16 at one of the ends of the link beforehand.
17 </paragraph>
18 </description>
19
20 <source tarname="rsync-%-msys-%-src.tar.%" />
21 <licence tarname="rsync-%-msys-%-lic.tar.%" />
22
23 <component class="bin">
24 <release tarname="rsync-3.0.8-1-msys-1.0.17-bin.tar.lzma" />
25 <requires eq="msys-core-*-msys-*-bin.tar" />
26 <requires eq="msys-libiconv-*-msys-*-dll-2.tar" />
27 <requires eq="msys-libpopt-*-msys-*-dll-0.tar" />
28 </component>
29
30 <component class="doc">
31 <release tarname="rsync-3.0.8-1-msys-1.0.17-doc.tar.lzma" />
32 </component>
33
34 <component class="lic">
35 <release tarname="rsync-3.0.8-1-msys-1.0.17-lic.tar.lzma" />
36 </component>
37 </package>
38
39 </package-collection>
40 </software-distribution>
41 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->