version=2.23
source=(http://ftp.gnu.org/gnu/grep/grep-$version.tar.xz\
)
derle()
{
cd grep-$version
./configure --prefix=/tools
make
make install
}