milis/talimatname/onsistem/0tar/talimat
2017-10-28 00:59:41 +03:00

13 lines
147 B
Text

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