eth0s/toolchain/15-file

11 lines
164 B
Text
Raw Normal View History

name=file
2020-06-12 16:42:33 +08:00
version=5.38
source=(ftp://ftp.astron.com/pub/file/file-$version.tar.gz)
2018-12-01 00:12:45 +08:00
build() {
cd $name-$version
2018-12-01 00:12:45 +08:00
./configure --prefix=/tools
make
make install
}