]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - grep/grep.nm
1a1a138513400a767d0c467abcfc815a290f7948
[people/amarx/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 = 1
9
10 groups = Base Build 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 end
40 end