1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
|
---|
3 |
|
---|
4 | <!-- File: mingw32-libtool.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="mingw32">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="mingw32-libtool" alias="libtool">
|
---|
10 | <affiliate group="MinGW Autotools" />
|
---|
11 | <description lang="en" title="A shared library generation tool" >
|
---|
12 | <paragraph>GNU libtool is a generic library support package.
|
---|
13 | Libtool hides the complexity of using shared libraries behind
|
---|
14 | a consistent, portable interface. Libtool requires the use of
|
---|
15 | Autoconf.
|
---|
16 | </paragraph>
|
---|
17 | <paragraph>libtool provides the development files and utilities
|
---|
18 | for managing the creation and use of shared libraries in a
|
---|
19 | platform independent manner. The associated libltdl package
|
---|
20 | provides the runtime library and development files for using a
|
---|
21 | pre-built version of libtool's dlopen replacement library.
|
---|
22 | </paragraph>
|
---|
23 | </description>
|
---|
24 |
|
---|
25 | <licence tarname="libtool-%-mingw32-%-lic.tar.%" />
|
---|
26 | <source tarname="libtool-%-mingw32-%-src.tar.%" />
|
---|
27 |
|
---|
28 | <component class="bin">
|
---|
29 | <requires eq="mingw32-autoconf-*-mingw32-*-bin.tar" />
|
---|
30 | <requires eq="mingw32-automake-*-mingw32-*-bin.tar" />
|
---|
31 | <requires eq="msys-bash-*-msys-*-bin.tar" />
|
---|
32 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
33 | <requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
---|
34 | <requires eq="msys-file-*-msys-*-bin.tar" />
|
---|
35 | <requires eq="msys-m4-*-msys-*-bin.tar" />
|
---|
36 | <requires eq="msys-sed-*-msys-*-bin.tar" />
|
---|
37 | <requires eq="msys-texinfo-*-msys-*-bin.tar" />
|
---|
38 | <!-- libtool doesn't actually depend on its own runtime library -->
|
---|
39 | <release tarname="libtool-2.2.11a-1-mingw32-bin.tar.lzma" />
|
---|
40 | <release tarname="libtool-2.4-1-mingw32-bin.tar.lzma" />
|
---|
41 | </component>
|
---|
42 |
|
---|
43 | <component class="doc">
|
---|
44 | <release tarname="libtool-2.2.11a-1-mingw32-doc.tar.lzma" />
|
---|
45 | <release tarname="libtool-2.4-1-mingw32-doc.tar.lzma" />
|
---|
46 | </component>
|
---|
47 |
|
---|
48 | <component class="lic">
|
---|
49 | <release tarname="libtool-2.2.11a-1-mingw32-lic.tar.lzma" />
|
---|
50 | <release tarname="libtool-2.4-1-mingw32-lic.tar.lzma" />
|
---|
51 | </component>
|
---|
52 | </package>
|
---|
53 |
|
---|
54 | <package name="mingw32-libltdl" alias="libltdl">
|
---|
55 | <affiliate group="MinGW Autotools" />
|
---|
56 | <description lang="en" title="A portable dlopen replacement" >
|
---|
57 | <paragraph>GNU libtool is a generic library support script.
|
---|
58 | Libtool hides the complexity of using shared libraries behind
|
---|
59 | a consistent, portable interface. Libtool requires the use of
|
---|
60 | Autoconf.
|
---|
61 | </paragraph>
|
---|
62 | <paragraph>libltdl provides the runtime library and development
|
---|
63 | files for using a pre-built version of libtool's dlopen
|
---|
64 | replacement library. The associated libtool package provides
|
---|
65 | the development files and utilities for managing the creation
|
---|
66 | and use of shared libraries in a platform independent manner.
|
---|
67 | </paragraph>
|
---|
68 | </description>
|
---|
69 |
|
---|
70 | <licence tarname="libtool-%-mingw32-%-lic.tar.%" />
|
---|
71 | <source tarname="libtool-%-mingw32-%-src.tar.%" />
|
---|
72 |
|
---|
73 | <component class="dll">
|
---|
74 | <release tarname="libltdl-2.2.11a-1-mingw32-dll-7.tar.lzma" />
|
---|
75 | <release tarname="libltdl-2.4-1-mingw32-dll-7.tar.lzma" />
|
---|
76 | </component>
|
---|
77 |
|
---|
78 | <component class="dev">
|
---|
79 | <requires eq="mingw32-libtool-%-mingw32-%-bin.tar" />
|
---|
80 | <release tarname="libltdl-2.2.11a-1-mingw32-dev.tar.lzma" >
|
---|
81 | <requires eq="mingw32-libltdl-%-mingw32-%-dll-7.tar" />
|
---|
82 | </release>
|
---|
83 | <release tarname="libltdl-2.4-1-mingw32-dev.tar.lzma" >
|
---|
84 | <requires eq="mingw32-libltdl-%-mingw32-%-dll-7.tar" />
|
---|
85 | </release>
|
---|
86 | </component>
|
---|
87 | </package>
|
---|
88 |
|
---|
89 | </package-collection>
|
---|
90 | </software-distribution>
|
---|
91 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|