version=3.7
source=(http://ftp.gnu.org/gnu/grep/grep-$version.tar.xz)

build() {
cd grep-$version

./configure --prefix=/tools

make
make install
}
