Name grep
Version 2.20
Summary GNU grep, egrep and fgrep
Description grep is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. The GNU family of grep utilities may be the 'fastest grep in the west'. GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.)
Section base
License GPLv3+
Homepage http://www.gnu.org/software/grep/
Recipe file recipes-debian/grep/grep_debian.bb
Layer meta-debian (morty branch)
Inherits
  • autotools
  • autotools-brokensep
  • debian-fix-timestamp
  • debian-multiarch
  • debian-package
  • debian-verify-version
  • gettext
  • pkgconfig
  • siteconfig
  • siteinfo
Dependencies
  • autoconf-native
  • automake-native
  • gettext-minimal-native
  • gnu-config-native
  • libpcre
  • libtool-cross
  • libtool-native
  • pkgconfig-native
  • virtual/i586-deby-linux-compilerlibs
  • virtual/i586-deby-linux-gcc
  • virtual/libc
PACKAGECONFIG options

Sources

git://github.com/ystk/debian-grep.git

Patches

None

Other branches

This recipe in other branches of meta-debian:

Branch Recipe
warrior (Yocto Project 2.7) grep 3.3
morty (Yocto Project 2.2) grep 2.20 (this recipe)