summaryrefslogtreecommitdiff
path: root/strata/core/bison.morph
blob: a9497d4efcfaab575ceb71f3676c2f9db518e440 (plain)
1
2
3
4
5
6
7
8
9
10
name: bison
kind: chunk
configure-commands:
- echo $(grep '* Noteworthy changes in release' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f6) > .tarball-version
- bash bootstrap --skip-po
- ./configure --prefix=/usr --disable-nls
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install