source: Daodan/MinGW/var/lib/mingw-get/data/msys-file.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: 3.5 KB
RevLine 
[1046]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-file.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-file">
10 <affiliate group="MSYS Base System" />
11 <description lang="en" title="determine file type" >
12 <paragraph>The file command is used to identify a particular file
13 according to the type of data contained by the file. File can
14 identify many different file types, including ELF binaries,
15 system libraries, RPM packages, and different graphics formats.
16 </paragraph>
17 <paragraph>The msys-file package provides the file command and the
18 pre-compiled magic database, which describes how different file
19 types should be identified. The associated msys-libmagic package
20 provides the libmagic runtime library and development files.
21 </paragraph>
22 </description>
23
24 <source tarname="file-%-msys-%-src.tar.%" />
25 <licence tarname="file-%-msys-%-lic.tar.%" />
26
27 <component class="bin">
28 <!-- Although every MSYS package requires msys-core-bin,
29 we do not specify that here; instead, we rely on implicit
30 inclusion via the locally specified libmagic dependency.
31 -->
32 <release tarname="file-5.04-1-msys-1.0.13-bin.tar.lzma">
33 <requires eq="msys-libmagic-%-msys-%-dll-1.tar" />
34 </release>
35 </component>
36
37 <component class="doc">
38 <release tarname="file-5.04-1-msys-1.0.13-doc.tar.lzma" />
39 </component>
40
41 <component class="lic">
42 <release tarname="file-5.04-1-msys-1.0.13-lic.tar.lzma" />
43 </component>
44 </package>
45
46 <package name="msys-libmagic">
47 <description lang="en" title="library for determining file type" >
48 <paragraph>The file command is used to identify a particular file
49 according to the type of data contained by the file. File can
50 identify many different file types, including ELF binaries,
51 system libraries, RPM packages, and different graphics formats.
52 </paragraph>
53 <paragraph>The msys-libmagic package provides the libmagic runtime
54 library and development files. The associated msys-file package
55 provides the file command and the pre-compiled magic database,
56 which describes how different file types should be identified.
57 </paragraph>
58 </description>
59
60 <source tarname="file-%-msys-%-src.tar.%" />
61 <licence tarname="file-%-msys-%-lic.tar.%" />
62
63 <component class="dll">
64 <!-- Requirements common to all releases:
65 Every MSYS package requires msys-core-bin; this one also
66 requires zlib dll, which lacks an ABI version qualifier.
67 -->
68 <requires eq="msys-core-*-msys-*-bin.tar" />
69 <requires eq="msys-zlib-*-msys-*-dll.tar" />
70
71 <release tarname="libmagic-5.04-1-msys-1.0.13-dll-1.tar.lzma">
72 <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
73 </release>
74 </component>
75
76 <component class="dev">
77 <release tarname="libmagic-5.04-1-msys-1.0.13-dev.tar.lzma">
78 <requires eq="msys-libmagic-%-msys-%-dll-1.tar" />
79 </release>
80 </component>
81 </package>
82
83 </package-collection>
84</software-distribution>
85<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.