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-findutils.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-findutils">
|
---|
10 | <affiliate group="MSYS Base System" />
|
---|
11 | <description lang="en" title="GNU find utilities" >
|
---|
12 | <paragraph>The GNU Find Utilities are the basic directory searching
|
---|
13 | utilities of the GNU operating system. These programs are
|
---|
14 | typically used in conjunction with other programs to provide
|
---|
15 | modular and powerful directory search and file locating
|
---|
16 | capabilities to other commands.
|
---|
17 | </paragraph>
|
---|
18 | <paragraph>The msys-findutils package provides 'find' -- search
|
---|
19 | for files in a directory hierarchy, and 'xargs' -- build and
|
---|
20 | execute command lines from standard input. The associated
|
---|
21 | msys-locate package provides 'locate' -- list files in databases
|
---|
22 | that match a pattern, and 'updatedb' -- update a file name
|
---|
23 | database.
|
---|
24 | </paragraph>
|
---|
25 | </description>
|
---|
26 |
|
---|
27 | <source tarname="findutils-%-msys-%-src.tar.%" />
|
---|
28 | <licence tarname="findutils-%-msys-%-lic.tar.%" />
|
---|
29 |
|
---|
30 | <component class="bin">
|
---|
31 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
32 | <release tarname="findutils-4.4.2-2-msys-1.0.13-bin.tar.lzma" >
|
---|
33 | <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
|
---|
34 | </release>
|
---|
35 | </component>
|
---|
36 |
|
---|
37 | <component class="lang">
|
---|
38 | <release tarname="findutils-4.4.2-2-msys-1.0.13-lang.tar.lzma" />
|
---|
39 | </component>
|
---|
40 |
|
---|
41 | <component class="doc">
|
---|
42 | <release tarname="findutils-4.4.2-2-msys-1.0.13-doc.tar.lzma" />
|
---|
43 | </component>
|
---|
44 |
|
---|
45 | <component class="lic">
|
---|
46 | <release tarname="findutils-4.4.2-2-msys-1.0.13-lic.tar.lzma" />
|
---|
47 | </component>
|
---|
48 | </package>
|
---|
49 |
|
---|
50 | <package name="msys-locate">
|
---|
51 | <affiliate group="MSYS Base System" />
|
---|
52 | <description lang="en" title="A database-driven fast 'find'" >
|
---|
53 | <paragraph>The GNU Find Utilities are the basic directory searching
|
---|
54 | utilities of the GNU operating system. These programs are
|
---|
55 | typically used in conjunction with other programs to provide
|
---|
56 | modular and powerful directory search and file locating
|
---|
57 | capabilities to other commands.
|
---|
58 | </paragraph>
|
---|
59 | <paragraph>The msys-locate package provides 'locate' -- list files
|
---|
60 | in databases that match a pattern, and 'updatedb' -- update a
|
---|
61 | file name database. The associated msys-findutils package
|
---|
62 | provides 'find' -- search for files in a directory hierarchy, and
|
---|
63 | 'xargs' -- build and execute command lines from standard input.
|
---|
64 | </paragraph>
|
---|
65 | <paragraph>The msys-locate package is an optional adjunct to the
|
---|
66 | standard MSYS Base System installation; it is NOT automatically
|
---|
67 | installed as a component of msys-base, and must be selected
|
---|
68 | independently, if desired.
|
---|
69 | </paragraph>
|
---|
70 | </description>
|
---|
71 |
|
---|
72 | <source tarname="findutils-%-msys-%-src.tar.%" />
|
---|
73 | <licence tarname="findutils-%-msys-%-lic.tar.%" />
|
---|
74 |
|
---|
75 | <component class="bin">
|
---|
76 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
77 | <release tarname="locate-4.4.2-2-msys-1.0.13-bin.tar.lzma" >
|
---|
78 | <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
|
---|
79 | </release>
|
---|
80 | <requires eq="msys-bash-*-msys-*-bin.tar" />
|
---|
81 | <requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
---|
82 | <requires eq="msys-findutils-%-msys-%-bin.tar" />
|
---|
83 | </component>
|
---|
84 | </package>
|
---|
85 |
|
---|
86 | </package-collection>
|
---|
87 | </software-distribution>
|
---|
88 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|