name=gzip
version=1.10
source=(http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}