source: Daodan/MinGW/var/lib/mingw-get/data/msys-libtool.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: 5.3 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-libtool.xml ~~ mingw-get package description libtool (msys) -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-libtool">
10 <affiliate group="MSYS System Builder" />
11 <description lang="en" title="A shared library generation tool" >
12 <paragraph>This is not the libtool you are looking for.</paragraph>
13 <paragraph>GNU libtool is a generic library support package. Libtool
14 hides the complexity of using shared libraries behind a consistent,
15 portable interface. Libtool requires the use of Autoconf.
16 </paragraph>
17 <paragraph>This msys port of libtool has been modified specifically for
18 the MSYS System Builder (msys-dvlpr) environment; that is, it is
19 intended to be used only when producing binary packages for the MSYS
20 subsystem. If you intend to produce executables for the native
21 "mingw32" subsystem (that is, applications that should work on
22 Microsoft Windows installations without the MSYS dll), then you should
23 install the mingw32-libtool-* package instead.
24 </paragraph>
25 <paragraph>msys-libtool provides the development files and utilities for
26 managing the creation and use of shared libraries in a platform
27 independent manner. The associated msys-libltdl package provides the
28 runtime library and development files for using a pre-built version of
29 libtool's dlopen replacement library.
30 </paragraph>
31 </description>
32
33 <licence tarname="libtool-%-msys-%-lic.tar.%" />
34 <source tarname="libtool-%-msys-%-src.tar.%" />
35
36 <component class="bin">
37 <requires eq="msys-autoconf-*-msys-*-bin.tar" />
38 <requires eq="msys-automake-*-msys-*-bin.tar" />
39 <requires eq="msys-bash-*-msys-*-bin.tar" />
40 <requires eq="msys-core-*-msys-*-bin.tar" />
41 <requires eq="msys-coreutils-*-msys-*-bin.tar" />
42 <requires eq="msys-file-*-msys-*-bin.tar" />
43 <requires eq="msys-m4-*-msys-*-bin.tar" />
44 <requires eq="msys-sed-*-msys-*-bin.tar" />
45 <requires eq="msys-texinfo-*-msys-*-bin.tar" />
46 <!-- libtool doesn't actually depend on its own runtime library -->
47 <release tarname="libtool-2.2.7a-2-msys-1.0.13-bin.tar.lzma" />
48 <release tarname="libtool-2.4-1-msys-1.0.15-bin.tar.lzma" />
49 </component>
50
51 <component class="doc">
52 <release tarname="libtool-2.2.7a-2-msys-1.0.13-doc.tar.lzma" />
53 <release tarname="libtool-2.4-1-msys-1.0.15-doc.tar.lzma" />
54 </component>
55
56 <component class="lic">
57 <release tarname="libtool-2.2.7a-2-msys-1.0.13-lic.tar.lzma" />
58 <release tarname="libtool-2.4-1-msys-1.0.15-lic.tar.lzma" />
59 </component>
60 </package>
61
62 <package name="msys-libltdl">
63 <affiliate group="MSYS System Builder" />
64 <description lang="en" title="A portable dlopen replacement" >
65 <paragraph>This is not the libtool you are looking for.</paragraph>
66 <paragraph>GNU libtool is a generic library support package. Libtool
67 hides the complexity of using shared libraries behind a consistent,
68 portable interface. Libtool requires the use of Autoconf.
69 </paragraph>
70 <paragraph>This msys port of libtool has been modified specifically for
71 the MSYS System Builder (msys-dvlpr) environment; that is, it is
72 intended to be used only when producing binary packages for the MSYS
73 subsystem. If you intend to produce executables for the native
74 "mingw32" subsystem (that is, applications that should work on
75 Microsoft Windows installations without the MSYS dll), then you should
76 install the mingw32-libtool-* package instead.
77 </paragraph>
78 <paragraph>msys-libltdl provides the runtime library and development
79 files for using a pre-built version of libtool's dlopen replacement
80 library. The associated msys-libtool package provides the development
81 files and utilities for managing the creation and use of shared
82 libraries in a platform independent manner.
83 </paragraph>
84 </description>
85
86 <licence tarname="libtool-%-msys-%-lic.tar.%" />
87 <source tarname="libtool-%-msys-%-src.tar.%" />
88
89 <component class="dll">
90 <release tarname="libltdl-2.2.7a-2-msys-1.0.13-dll-7.tar.lzma" />
91 <release tarname="libltdl-2.4-1-msys-1.0.15-dll-7.tar.lzma" />
92
93 <!-- Every MSYS DLL package requires msys-core-bin -->
94 <requires eq="msys-core-*-msys-*-bin.tar" />
95 </component>
96
97 <component class="dev">
98 <requires eq="msys-libtool-%-msys-%-bin.tar" />
99 <release tarname="libltdl-2.2.7a-2-msys-1.0.13-dev.tar.lzma" >
100 <requires eq="msys-libltdl-%-msys-%-dll-7.tar" />
101 </release>
102 <release tarname="libltdl-2.4-1-msys-1.0.15-dev.tar.lzma" >
103 <requires eq="msys-libltdl-%-msys-%-dll-7.tar" />
104 </release>
105 </component>
106 </package>
107
108 </package-collection>
109</software-distribution>
110<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.