source: Daodan/MinGW/var/lib/mingw-get/data/msys-grep.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: 1.6 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-grep.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-grep">
10 <affiliate group="MSYS Base System" />
11 <description lang="en" title="print lines matching a pattern" >
12 <paragraph>grep searches the input files for lines containing a
13 match to a given pattern list. When it finds a match in a line,
14 it copies the line to standard output (by default), or produces
15 whatever other sort of output you have requested with options.
16 </paragraph>
17 </description>
18
19 <source tarname="grep-%-msys-%-src.tar.%" />
20 <licence tarname="grep-%-msys-%-lic.tar.%" />
21
22 <component class="bin">
23 <release tarname="grep-2.5.4-2-msys-1.0.13-bin.tar.lzma" >
24 <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
25 </release>
26 <requires eq="msys-core-*-msys-*-bin.tar" />
27 </component>
28
29 <component class="lang">
30 <release tarname="grep-2.5.4-2-msys-1.0.13-lang.tar.lzma" />
31 </component>
32
33 <component class="doc">
34 <release tarname="grep-2.5.4-2-msys-1.0.13-doc.tar.lzma" />
35 </component>
36
37 <component class="lic">
38 <release tarname="grep-2.5.4-2-msys-1.0.13-lic.tar.lzma" />
39 </component>
40 </package>
41
42 </package-collection>
43</software-distribution>
44<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.