eth0s/toolchain/15-file
2021-04-18 08:19:42 +08:00

10 lines
164 B
Text
Executable file

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