description="Searches input(s) file(s) for lines containing a match to a specified pattern." url="http://www.gnu.org/software/grep/" maintainer="Jim Meyering jim at meyering dot net,Paolo Bonzini bonzini at gnu dot org" packager="tnut " name=grep version=3.1 release=1 source=(http://ftp.gnu.org/gnu/grep/grep-$version.tar.xz) build() { cd grep-$version ./configure --prefix=/usr --bindir=/bin make make check || true make DESTDIR=$PKG install }