summaryrefslogtreecommitdiff
path: root/strata/core/bison.morph
blob: 5374c7da10b920fe1abdab8cf360173a402e9fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
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