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