eth0s/toolchain/18-file

10 lines
164 B
Text
Executable file

name=file
version=5.37
source=(ftp://ftp.astron.com/pub/file/file-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}