eth0s/toolchain/14-bison
2019-10-03 17:34:20 +08:00

11 lines
167 B
Text
Executable file

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