]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - grep/grep.nm
radvd: Update to 1.9.1.
[people/ms/ipfire-3.x.git] / grep / grep.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = grep
fc6a8e6d
AF
7version = 2.12
8release = 1
166a6c21 9
0e4842b8 10groups = Applications/Text
802ea3af
MT
11url = http://www.gnu.org/software/grep/
12license = GPLv3+
13summary = A pattern matching utilities.
166a6c21 14
802ea3af 15description
166a6c21
MT
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.
802ea3af
MT
19end
20
d2a424c0 21source_dl = ftp://ftp.gnu.org/gnu/grep/
802ea3af
MT
22sources = %{thisapp}.tar.xz
23
24build
25 requires
26 pcre-devel
27 end
166a6c21 28
802ea3af
MT
29 test
30 make check
31 end
32end
e7a5bed3 33
802ea3af
MT
34packages
35 package %{name}
0e4842b8 36 groups += Base Build
cf0ceada
MT
37
38 provides
39 /bin/grep
40 end
41
42 conflicts
43 filesystem < 002
44 end
802ea3af 45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end