description="Utilities for configuring the Linux Ethernet bridge"
url="http://sourceforge.net/projects/bridge/"

packager="Grat-OS Team"
 
name=bridge-utils
version=1.7.1
release=2

source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz)

build() {
  cd $name-$version

  autoconf

  ./configure --prefix=/usr

  make
  make DESTDIR=$PKG install
}
