contrib/openvswitch/Pkgfile
2019-04-19 23:03:36 +02:00

21 lines
505 B
Plaintext

# Description: multilayer virtual software switch
# URL: http://openvswitch.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python python-six
name=openvswitch
version=2.11.1
release=1
source=(http://openvswitch.org/releases/openvswitch-$version.tar.gz ovsd)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
make
make install DESTDIR=$PKG
install -D $SRC/ovsd $PKG/etc/rc.d/ovsd
}