milis/talimatname/onsistem/0file/talimat

14 lines
152 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
version=5.25
source=(ftp://ftp.astron.com/pub/file/file-$version.tar.gz)
build()
{
cd file-$version
./configure --prefix=/tools
make
make install
}