summaryrefslogtreecommitdiff
path: root/openvswitch/Pkgfile
blob: 301c6ea84917609f417a4294f4053725dad973c6 (plain)
    1 # Description: multilayer virtual software switch 
    2 # URL:         http://openvswitch.org/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  python python-six
    5 
    6 name=openvswitch
    7 version=2.11.1
    8 release=1
    9 source=(http://openvswitch.org/releases/openvswitch-$version.tar.gz ovsd)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr \
   14               --sysconfdir=/etc \
   15               --localstatedir=/var
   16   make
   17   make install DESTDIR=$PKG
   18 
   19   install -D $SRC/ovsd $PKG/etc/rc.d/ovsd
   20 }

Generated by cgit