source: Daodan/MinGW/var/lib/mingw-get/data/msys-rsync.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 1.6 KB
Line 
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: -->
Note: See TracBrowser for help on using the repository browser.