[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: mingw32-popt.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="mingw32">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="mingw32-popt" alias="popt">
|
---|
| 10 | <description lang="en" title="Command line option parsing library" >
|
---|
| 11 | <paragraph>popt is a command line option parsing library. While popt is
|
---|
| 12 | similiar to getopt, it contains a number of enhancements. This
|
---|
| 13 | version is based on the rpm5.org version of popt, rather than the
|
---|
| 14 | rpm.org version. The rpm5.org implementation is more portable.
|
---|
| 15 | </paragraph>
|
---|
| 16 | <paragraph>The mingw32-popt package provides the documentation for the
|
---|
| 17 | popt library. The associated mingw32-libpopt package provides the
|
---|
| 18 | runtime library and development files.
|
---|
| 19 | </paragraph>
|
---|
| 20 | </description>
|
---|
| 21 |
|
---|
| 22 | <licence tarname="popt-%-mingw32-%-lic.tar.%" />
|
---|
| 23 | <source tarname="popt-%-mingw32-%-src.tar.%" />
|
---|
| 24 |
|
---|
| 25 | <component class="doc">
|
---|
| 26 | <release tarname="popt-1.15-1-mingw32-doc.tar.lzma" />
|
---|
| 27 | </component>
|
---|
| 28 |
|
---|
| 29 | <component class="lic">
|
---|
| 30 | <release tarname="popt-1.15-1-mingw32-lic.tar.lzma" />
|
---|
| 31 | </component>
|
---|
| 32 | </package>
|
---|
| 33 |
|
---|
| 34 | <package name="mingw32-libpopt" alias="libpopt">
|
---|
| 35 | <description lang="en" title="Command line option parsing library" >
|
---|
| 36 | <paragraph>popt is a command line option parsing library. While popt is
|
---|
| 37 | similiar to getopt, it contains a number of enhancements. This
|
---|
| 38 | version is based on the rpm5.org version of popt, rather than the
|
---|
| 39 | rpm.org version. The rpm5.org implementation is more portable.
|
---|
| 40 | </paragraph>
|
---|
| 41 | <paragraph>The mingw32-libpopt package provides the runtime library and
|
---|
| 42 | development files. The associated mingw32-popt package provides the
|
---|
| 43 | documentation for the popt library.
|
---|
| 44 | </paragraph>
|
---|
| 45 | </description>
|
---|
| 46 |
|
---|
| 47 | <licence tarname="popt-%-mingw32-%-lic.tar.%" />
|
---|
| 48 | <source tarname="popt-%-mingw32-%-src.tar.%" />
|
---|
| 49 |
|
---|
| 50 | <component class="dll">
|
---|
| 51 | <release tarname="libpopt-1.15-1-mingw32-dll-0.tar.lzma" >
|
---|
| 52 | <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" />
|
---|
| 53 | </release>
|
---|
| 54 | </component>
|
---|
| 55 |
|
---|
| 56 | <component class="dev">
|
---|
| 57 | <release tarname="libpopt-1.15-1-mingw32-dev.tar.lzma" >
|
---|
| 58 | <requires eq="mingw32-libpopt-%-mingw32-%-dll-0.tar" />
|
---|
| 59 | </release>
|
---|
| 60 | </component>
|
---|
| 61 |
|
---|
| 62 | <component class="lang">
|
---|
| 63 | <release tarname="libpopt-1.15-1-mingw32-lang.tar.lzma" />
|
---|
| 64 | </component>
|
---|
| 65 | </package>
|
---|
| 66 |
|
---|
| 67 | </package-collection>
|
---|
| 68 | </software-distribution>
|
---|
| 69 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|