source: Daodan/MinGW/var/lib/mingw-get/data/msys-patch.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.4 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-patch.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-patch">
10 <affiliate group="MSYS Base System" />
11 <description lang="en" title="Apply a diff file to an original" >
12 <paragraph>GNU patch is an implementation of Larry Wall's program
13 that takes "diff's" output and applies it to an original file to
14 generate a modified version of that file. Normally, the patched
15 versions are put in place of the originals. Backups can be made.
16 </paragraph>
17 </description>
18
19 <source tarname="patch-%-msys-%-src.tar.%" />
20 <licence tarname="patch-%-msys-%-lic.tar.%" />
21
22 <component class="bin">
23 <requires eq="msys-core-*-msys-*-bin.tar" />
24 <release tarname="patch-2.6.1-1-msys-1.0.13-bin.tar.lzma" />
25 </component>
26
27 <component class="doc">
28 <release tarname="patch-2.6.1-1-msys-1.0.13-doc.tar.lzma" />
29 </component>
30
31 <component class="lic">
32 <release tarname="patch-2.6.1-1-msys-1.0.13-lic.tar.lzma" />
33 </component>
34 </package>
35
36 </package-collection>
37</software-distribution>
38<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.