10 lines
164 B
Text
Executable 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
|
|
}
|