milis/talimatname/onsistem/0tar/talimat

14 lines
147 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
version=1.28
source=(http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz)
build()
{
cd tar-$version
./configure --prefix=/tools
make
make install
}