summaryrefslogtreecommitdiff
path: root/strata/virtualization/openvswitch.morph
blob: 847c69ffbe354bec65c1ac81f9f5288e4dc54ef1 (plain)
1
2
3
4
5
6
7
8
9
10
name: openvswitch
kind: chunk
pre-configure-commands:
- ./boot.sh
configure-commands:
- ./configure --enable-ssl
build-commands:
- make
install-commands:
- make install DESTDIR="$DESTDIR" prefix="$PREFIX"