summaryrefslogtreecommitdiff
path: root/strata/core/bison.def
blob: d8abd277832fb74ab5194d94906d7fc5d7c2d159 (plain)
1
2
3
4
5
6
7
8
9
name: bison
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