# Template file for 'bridge-utils' pkgname=bridge-utils version=1.5 homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge" distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz" build_style=gnu-configure revision=1 makedepends="automake" short_desc="Layer2 ethernet bridging for Linux" maintainer="Juan RP " license="GPL-2" checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688 long_desc=" A bridge is a way to connect two Ethernet segments together in a protocol independent way. Packets are forwarded based on Ethernet address, rather than IP address (like a router). Since forwarding is done at Layer 2, all procols can go transparently through a bridge. The Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard." pre_configure() { autoreconf -fi }