eth0s/toolchain/15-file
2022-04-09 08:19:46 +08:00

10 lines
164 B
Text
Executable file

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