summaryrefslogtreecommitdiff
path: root/chunks/bison.morph
blob: ce0797f7da89313a2ac6c7399bd97b1b3f449fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: bison
kind: chunk
repo: upstream:bison
ref: 6729ad1c314b179225325dcc1bc684077a71f859
configure-commands:
- bash bootstrap --skip-po
- ./configure --prefix=/usr --disable-nls
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install