source: Daodan/MinGW/var/lib/mingw-get/data/msys-man.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.9 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-xz.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-man">
10 <description lang="en" title="formats and displays manual pages" >
11 <paragraph>Formats and displays on-line manual pages. Note that
12 most MinGW/MSYS packages do not, by default, install the man
13 pages; generally these documents are provided in a -doc or
14 -man subpackage.
15 </paragraph>
16 </description>
17
18 <licence tarname="man-%-msys-%-lic.tar.%" />
19 <source tarname="man-%-msys-%-src.tar.%" />
20
21 <component class="bin">
22 <requires eq="msys-bash-*-msys-*-bin.tar" />
23 <requires eq="msys-bzip2-*-msys-*-bin.tar" />
24 <requires eq="msys-core-*-msys-*-bin.tar" />
25 <requires eq="msys-coreutils-*-msys-*-bin.tar" />
26 <requires eq="msys-groff-*-msys-*-bin.tar" />
27 <requires eq="msys-gzip-*-msys-*-bin.tar" />
28 <requires eq="msys-less-*-msys-*-bin.tar" />
29 <requires eq="msys-xz-*-msys-*-bin.tar" />
30 <!-- deliberately not including perl, which is required only
31 by `manlint' -->
32 <release tarname="man-1.6f-2-msys-1.0.13-bin.tar.lzma" />
33 </component>
34
35 <component class="lang">
36 <release tarname="man-1.6f-2-msys-1.0.13-lang.tar.lzma" />
37 </component>
38
39 <component class="doc">
40 <release tarname="man-1.6f-2-msys-1.0.13-doc.tar.lzma" />
41 </component>
42
43 <component class="lic">
44 <release tarname="man-1.6f-2-msys-1.0.13-lic.tar.lzma" />
45 </component>
46 </package>
47
48 </package-collection>
49</software-distribution>
50<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.