]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - grep/grep.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / grep / grep.nm
diff --git a/grep/grep.nm b/grep/grep.nm
new file mode 100644 (file)
index 0000000..c6476b2
--- /dev/null
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+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