eth0s/toolchain/14-bison

11 lines
167 B
Text
Executable file

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