source: Daodan/MinGW/var/lib/mingw-get/data/msys-termcap.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.4 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-termcap.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-termcap">
10 <affiliate group="MSYS Base System" />
11 <description lang="en" title="The terminal feature database used by certain applications" >
12 <paragraph>The msys-termcap package provides the /etc/termcap file.
13 /etc/termcap is a database which defines the capabilities of
14 various terminals and terminal emulators. Certain programs use
15 the /etc/termcap file to access various features of terminals
16 (the bell, colors, and graphics, etc.). The associated libtermcap
17 package provides runtime and development support libraries for
18 the applications which use the database.
19 </paragraph>
20 <paragraph>Unless you develop MSYS applications, you probably only
21 need the msys-termcap-bin package, which contains the
22 /etc/termcap database, and the msys-libtermcap-dll package, which
23 provides the runtime library.
24 </paragraph>
25 </description>
26
27 <source tarname="termcap-%-msys-%-src.tar.%" />
28 <licence tarname="termcap-%-msys-%-lic.tar.%" />
29
30 <component class="bin">
31 <release tarname="termcap-0.20050421_1-2-msys-1.0.13-bin.tar.lzma" />
32 </component>
33
34 <component class="doc">
35 <release tarname="termcap-0.20050421_1-2-msys-1.0.13-doc.tar.lzma" />
36 </component>
37
38 <component class="lic">
39 <release tarname="termcap-0.20050421_1-2-msys-1.0.13-lic.tar.lzma" />
40 </component>
41 </package>
42
43 <package name="msys-libtermcap">
44 <description lang="en" title="The terminal feature library used by certain applications" >
45 <paragraph>The msys-libtermcap package provides the runtime and
46 development support libraries for applications which use the
47 /etc/termcap database. The associated msys-termcap package
48 provides that database, which defines the capabilities of various
49 terminals and terminal emulators. Certain programs use the
50 /etc/termcap file to access various features of terminals (the
51 bell, colors, and graphics, etc.).
52 </paragraph>
53 <paragraph>Unless you develop MSYS applications, you probably only
54 need the msys-termcap-bin package, which contains the
55 /etc/termcap database, and the msys-libtermcap-dll package, which
56 provides the runtime library.
57 </paragraph>
58 </description>
59
60 <licence tarname="termcap-%-msys-%-lic.tar.%" />
61 <source tarname="termcap-%-msys-%-src.tar.%" />
62
63 <component class="dll">
64 <release tarname="libtermcap-0.20050421_1-2-msys-1.0.13-dll-0.tar.lzma" />
65 <requires eq="msys-termcap-%-msys-%-bin.tar" />
66 <requires eq="msys-core-*-msys-*-bin.tar" />
67 </component>
68
69 <component class="dev">
70 <release tarname="libtermcap-0.20050421_1-2-msys-1.0.13-dev.tar.lzma">
71 <requires eq="msys-libtermcap-%-msys-%-dll-0.tar" />
72 </release>
73 </component>
74 </package>
75
76 </package-collection>
77</software-distribution>
78<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.