version=5.25
source=(ftp://ftp.astron.com/pub/file/file-$version.tar.gz)

derle()
{
cd file-$version

./configure --prefix=/tools

make

make install
}