From 01e8c024eb94d21cb80b2ae1cd8a713cb52dbfb6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Feb 2013 09:46:58 +0100 Subject: [PATCH] bridge-utils: rebuild for -dbg pkg. --- srcpkgs/bridge-utils/template | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/srcpkgs/bridge-utils/template b/srcpkgs/bridge-utils/template index aab759d3f64..60cef4b7a56 100644 --- a/srcpkgs/bridge-utils/template +++ b/srcpkgs/bridge-utils/template @@ -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 " 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 }