]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - grep/grep.nm
glibc: Update to 2.19.
[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
b9cc2403 7version = 2.16
fc6a8e6d 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
c9c0fb51
SS
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
166a6c21 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
b9cc2403
MT
26 autoconf
27 automake
28 gettext-devel
802ea3af 29 pcre-devel
b9cc2403 30 texinfo
802ea3af 31 end
166a6c21 32
b9cc2403
MT
33 prepare_cmds
34 sed -e "s/gnulib-tests//" -i Makefile.am
35 autoreconf -vfi
36 end
37
38 configure_options += \
39 --without-included-regex
40
802ea3af
MT
41 test
42 make check
43 end
44end
e7a5bed3 45
802ea3af
MT
46packages
47 package %{name}
0e4842b8 48 groups += Base Build
cf0ceada
MT
49
50 provides
51 /bin/grep
52 end
53
54 conflicts
55 filesystem < 002
56 end
802ea3af 57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end