1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2016010800">
|
---|
3 |
|
---|
4 | <!-- File: mingw32-pdcurses.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="mingw32">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="mingw32-pdcurses" alias="mingw32-PDCurses pdcurses PDCurses">
|
---|
10 | <affiliate group="MinGW Contributed Libraries" />
|
---|
11 |
|
---|
12 | <description lang="en" title="PDCurses: Public Domain Curses Implementation">
|
---|
13 | <paragraph>Public Domain Curses, aka PDCurses, is an implementation of
|
---|
14 | X/Open curses for multiple platforms. This package provides normal,
|
---|
15 | unicode (wide char), and UTF-8 versions of the library and associated
|
---|
16 | demonstration programs.
|
---|
17 | </paragraph>
|
---|
18 | <paragraph>The mingw32-pdcurses package provides the documentation and
|
---|
19 | demonstration programs for the PDCurses library. The associated
|
---|
20 | mingw32-libpdcurses package provides the runtime library and related
|
---|
21 | development files.
|
---|
22 | </paragraph>
|
---|
23 | </description>
|
---|
24 |
|
---|
25 | <licence tarname="PDCurses-%-mingw32-%-lic.tar.%" />
|
---|
26 | <source tarname="PDCurses-%-mingw32-%-src.tar.%" />
|
---|
27 |
|
---|
28 | <component class="bin">
|
---|
29 | <release tarname="PDCurses-3.4-1-mingw32-bin.tar.lzma" >
|
---|
30 | <requires eq="mingw32-libpdcurses-%-mingw32-%-dll.tar" />
|
---|
31 | </release>
|
---|
32 | </component>
|
---|
33 |
|
---|
34 | <component class="doc">
|
---|
35 | <release tarname="PDCurses-3.4-1-mingw32-doc.tar.lzma" />
|
---|
36 | </component>
|
---|
37 |
|
---|
38 | <component class="lic">
|
---|
39 | <release tarname="PDCurses-3.4-1-mingw32-lic.tar.lzma" />
|
---|
40 | </component>
|
---|
41 | </package>
|
---|
42 |
|
---|
43 | <package name="mingw32-libpdcurses" alias="libpdcurses">
|
---|
44 | <affiliate group="MinGW Contributed Libraries" />
|
---|
45 |
|
---|
46 | <description lang="en" title="libpdcurses: Public Domain Curses Implementation" >
|
---|
47 | <paragraph>Public Domain Curses, aka PDCurses, is an implementation of
|
---|
48 | X/Open curses for multiple platforms. This package provides normal,
|
---|
49 | unicode (wide char), and UTF-8 versions of the library and associated
|
---|
50 | demonstration programs.
|
---|
51 | </paragraph>
|
---|
52 | <paragraph>The mingw32-libpdcurses package provides the runtime library
|
---|
53 | and related development files for pdcurses. The associated
|
---|
54 | mingw32-pdcurses package provides the documentation and demonstration
|
---|
55 | programs related to the library.
|
---|
56 | </paragraph>
|
---|
57 | </description>
|
---|
58 |
|
---|
59 | <licence tarname="PDCurses-%-mingw32-%-lic.tar.%" />
|
---|
60 | <source tarname="PDCurses-%-mingw32-%-src.tar.%" />
|
---|
61 |
|
---|
62 | <component class="dll">
|
---|
63 | <release tarname="libpdcurses-3.4-1-mingw32-dll.tar.lzma" />
|
---|
64 | </component>
|
---|
65 |
|
---|
66 | <component class="dev">
|
---|
67 | <release tarname="libpdcurses-3.4-1-mingw32-dev.tar.lzma" >
|
---|
68 | <requires eq="mingw32-libpdcurses-%-mingw32-%-dll.tar" />
|
---|
69 | </release>
|
---|
70 | </component>
|
---|
71 | </package>
|
---|
72 |
|
---|
73 | </package-collection>
|
---|
74 | </software-distribution>
|
---|
75 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|