bridge-utils: rebuild for -dbg pkg.
This commit is contained in:
parent
c2b1ecea13
commit
01e8c024eb
1 changed files with 4 additions and 13 deletions
|
@ -1,25 +1,16 @@
|
|||
# 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"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
makedepends="automake"
|
||||
short_desc="Layer2 ethernet bridging for Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
||||
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
||||
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()
|
||||
{
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue