milis/talimatname/onsistem/0gzip/talimat
2016-02-24 02:27:23 +02:00

12 lines
148 B
Text

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