summaryrefslogtreecommitdiff
path: root/strata/virtualization/openvswitch.morph
blob: 71bea5ebee3a8de4a59bffa028930f6780b41e34 (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
build-commands:
- make
install-commands:
- make install DESTDIR="$DESTDIR" prefix="$PREFIX"