Created
March 31, 2017 12:16
-
-
Save lool/63f5ad7148a43a018b587fe288acf9e6 to your computer and use it in GitHub Desktop.
Initial FlexSwitch snap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: flexswitch-snap | |
version: 0.0.1 | |
summary: FlexSwitch open source layer 2/3 network stack | |
description: FlexSwitch open source layer 2/3 network stack | |
confinement: devmode | |
grade: devel | |
parts: | |
thrift: | |
plugin: autotools | |
build-packages: [libboost-dev, libboost-test-dev, libboost-program-options-dev, libboost-system-dev, libboost-filesystem-dev, libevent-dev, automake, libtool, flex, bison, pkg-config, g++, libssl-dev, ant] | |
source: http://www-eu.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz | |
config: | |
plugin: make | |
build-packages: [python-bitarray] | |
source: https://github.com/opensnaproute/config.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment