openvswitch: enable ppc64
[ci skip]
This commit is contained in:
parent
495802f053
commit
7dbf43ab72
@ -2,8 +2,10 @@
|
|||||||
pkgname=openvswitch
|
pkgname=openvswitch
|
||||||
version=2.9.2
|
version=2.9.2
|
||||||
revision=2
|
revision=2
|
||||||
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||||
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"
|
||||||
hostmakedepends="python perl python-six"
|
hostmakedepends="python perl python-six"
|
||||||
makedepends="libressl-devel ${hostmakedepends}"
|
makedepends="libressl-devel ${hostmakedepends}"
|
||||||
depends="python"
|
depends="python"
|
||||||
@ -13,10 +15,8 @@ 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=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113
|
checksum=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
||||||
_completiondir="/usr/share/bash-completion/completions"
|
|
||||||
make_install_args+=" completiondir=${_completiondir}"
|
make_install_args+=" completiondir=${_completiondir}"
|
||||||
pycompile_dirs="usr/share/openvswitch/python"
|
_completiondir="/usr/share/bash-completion/completions"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for cmd in ovs-appctl ovs-vsctl; do
|
for cmd in ovs-appctl ovs-vsctl; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user