source: Daodan/MinGW/var/lib/mingw-get/data/msys-gdbm.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-gdbm.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-gdbm">
10 <description lang="en" title="GNU Database System">
11 <paragraph>The GNU Database System is a set of database routines
12 that use extensible hashing. It works similarly to the standard
13 UNIX dbm routines, and provides compatibility replacement
14 interfaces for the traditional 'dbm' and 'ndbm' libraries.
15 </paragraph>
16 <paragraph>The msys-gdbm package provides the command-line
17 utilities for saving and restoring GDBM databases, other tools
18 for testing the various compatibility interfaces, and related
19 documentation. The associated msys-libgdbm package provides the
20 runtime library and related development files.
21 </paragraph>
22 </description>
23
24 <licence tarname="gdbm-%-msys-%-lic.tar.%" />
25 <source tarname="gdbm-%-msys-%-src.tar.%" />
26
27 <component class="bin">
28 <!-- Every MSYS package requires msys-core-bin. This dependency
29 is not explicitly stated here; rather, it is implicitly satisfied
30 as a prerequisite of the matching DLL for this package itself,
31 which is specified for each of the following releases.
32 -->
33 <release tarname="gdbm-1.8.3-3-msys-1.0.13-bin.tar.lzma" >
34 <requires eq="msys-libgdbm-%-msys-%-dll-3.tar" />
35 </release>
36 </component>
37
38 <component class="doc">
39 <release tarname="gdbm-1.8.3-3-msys-1.0.13-doc.tar.lzma" />
40 </component>
41
42 <component class="lic">
43 <release tarname="gdbm-1.8.3-3-msys-1.0.13-lic.tar.lzma" />
44 </component>
45 </package>
46
47 <package name="msys-libgdbm">
48 <description lang="en" title="runtime library for the GNU Database System">
49 <paragraph>The GNU Database System is a set of database routines
50 that use extensible hashing. It works similarly to the standard
51 UNIX dbm routines, and provides compatibility replacement
52 interfaces for the traditional 'dbm' and 'ndbm' libraries.
53 </paragraph>
54 <paragraph>The msys-libgdbm package provides the runtime library
55 and related development files for the GNU Database System. The
56 associated msys-gdbm package provides the command-line utilities
57 for saving and restoring GDBM databases, other tools for testing
58 the various compatibility interfaces, and related documentation.
59 </paragraph>
60 </description>
61
62 <licence tarname="gdbm-%-msys-%-lic.tar.%" />
63 <source tarname="gdbm-%-msys-%-src.tar.%" />
64
65 <component class="dll">
66 <!-- Every MSYS DLL package requires msys-core-bin -->
67 <requires eq="msys-core-*-msys-*-bin.tar" />
68 <release tarname="libgdbm-1.8.3-3-msys-1.0.13-dll-3.tar.lzma" />
69 </component>
70
71 <component class="dev">
72 <release tarname="libgdbm-1.8.3-3-msys-1.0.13-dev.tar.lzma" >
73 <requires eq="msys-libgdbm-%-msys-%-dll-3.tar" />
74 </release>
75 </component>
76 </package>
77
78 </package-collection>
79</software-distribution>
80<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.