eth0s/toolchain/11-bison
2020-11-13 13:58:01 +08:00

10 lines
166 B
Text
Executable file

name=bison
version=3.7.3
source=(http://ftp.gnu.org/gnu/bison/bison-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}