version=1.6
source=(http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz)
build()
{
cd gzip-$version

./configure --prefix=/tools

make

make install
}
