openvswitch: update to 2.13.0
This commit is contained in:
parent
5245124869
commit
4e39a5b1d8
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'openvswitch'
|
# Template file for 'openvswitch'
|
||||||
pkgname=openvswitch
|
pkgname=openvswitch
|
||||||
version=2.12.0
|
version=2.13.0
|
||||||
revision=2
|
revision=1
|
||||||
archs="i686* x86_64* ppc64*"
|
archs="i686* x86_64* ppc64*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-rundir=/run/openvswitch"
|
configure_args="--with-rundir=/run/openvswitch"
|
||||||
pycompile_dirs="usr/share/openvswitch/python"
|
pycompile_dirs="usr/share/openvswitch/python"
|
||||||
hostmakedepends="python perl python-six"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="libressl-devel ${hostmakedepends}"
|
makedepends="libressl-devel libcap-ng-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Production quality, multilayer virtual switch"
|
short_desc="Production quality, multilayer virtual switch"
|
||||||
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://openvswitch.org/"
|
homepage="http://openvswitch.org/"
|
||||||
distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=13fd42703180b4b1146c7e97926d09225485868cc2fbbd58dc0c421b4b8fe8f8
|
checksum=dd5f727427e36cab22bdeae61529d8c8fccacc53d968cfa7658f7f935ddda531
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
_completiondir="/usr/share/bash-completion/completions"
|
_completiondir="/usr/share/bash-completion/completions"
|
||||||
make_install_args+=" completiondir=${_completiondir}"
|
make_install_args+=" completiondir=${_completiondir}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue