milis/talimatname/onsistem/0gzip/talimat

13 lines
148 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
version=1.6
source=(http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
cd gzip-$version
./configure --prefix=/tools
make
make install
}