summaryrefslogtreecommitdiff
path: root/strata/core/bison.morph
blob: d6b3b14840e659dbb2ff8eb550df9947a33626ea (plain)
1
2
3
4
5
6
7
8
9
name: bison
kind: chunk
configure-commands:
- bash bootstrap --skip-po
- ./configure --prefix=/usr --disable-nls
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install