eth0s/toolchain/18-file
2020-06-12 16:42:33 +08:00

10 lines
164 B
Text
Executable file

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