X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=grep%2Fgrep.nm;fp=grep%2Fgrep.nm;h=c6476b2303794232456fbbc3f730167e7647d4a6;hb=e84b24e82329d16ca18bff7966d4f02d997bc965;hp=0000000000000000000000000000000000000000;hpb=802ea3af55e3167b6574e23b230cdbf0ed2ae0db;p=people%2Fms%2Fipfire-3.x.git diff --git a/grep/grep.nm b/grep/grep.nm new file mode 100644 index 000000000..c6476b230 --- /dev/null +++ b/grep/grep.nm @@ -0,0 +1,40 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = grep +version = 2.9 +release = 1 + +groups = Base Build Applications/Text +url = http://www.gnu.org/software/grep/ +license = GPLv3+ +summary = A pattern matching utilities. + +description + The GNU versions of commonly used grep utilities. Grep searches through \ + textual input for lines which contain a match to a specified pattern and then \ + prints the matching lines. GNU's grep utilities include grep, egrep and fgrep. +end + +source_dl = +sources = %{thisapp}.tar.xz + +build + requires + pcre-devel + end + + configure_options += \ + --bindir=/bin + + test + make check + end +end + +packages + package %{name} + end +end