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