]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - grep/grep.nm
grep: -debuginfo package should not be in Base or Build group.
[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.10
8 release = 2
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 configure_options += \
30 --bindir=/bin
31
32 test
33 make check
34 end
35 end
36
37 packages
38 package %{name}
39 groups += Base Build
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end