contrib/openvswitch/Pkgfile

21 lines
493 B
Plaintext
Raw Normal View History

2014-01-30 22:52:52 +01:00
# Description: multilayer virtual software switch
# URL: http://openvswitch.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python
2014-01-30 22:52:52 +01:00
name=openvswitch
2018-06-02 00:38:28 +02:00
version=2.9.2
2014-01-30 22:52:52 +01:00
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
2014-01-30 22:52:52 +01:00
}