]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - grep/grep.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / grep / grep.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = grep
7 version = 2.14
8 release = 1
9
10 groups = Applications/Text
11 url = http://www.gnu.org/software/grep/
12 license = GPLv3+
13 summary = A pattern matching utilities.
14
15 description
16 The GNU versions of commonly used grep utilities. Grep searches through
17 textual input for lines which contain a match to a specified pattern and then
18 prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
19 end
20
21 source_dl = ftp://ftp.gnu.org/gnu/grep/
22 sources = %{thisapp}.tar.xz
23
24 build
25 requires
26 pcre-devel
27 end
28
29 test
30 make check
31 end
32 end
33
34 packages
35 package %{name}
36 groups += Base Build
37
38 provides
39 /bin/grep
40 end
41
42 conflicts
43 filesystem < 002
44 end
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end