2009-12-08 16:43:07 +01:00
|
|
|
# Template file for 'bridge-utils'
|
|
|
|
pkgname=bridge-utils
|
2011-10-13 14:08:00 +02:00
|
|
|
version=1.5
|
2014-03-14 09:25:16 +01:00
|
|
|
revision=4
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-12 08:55:23 +02:00
|
|
|
hostmakedepends="automake"
|
2009-12-08 16:43:07 +01:00
|
|
|
short_desc="Layer2 ethernet bridging for Linux"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-13 14:08:00 +02:00
|
|
|
license="GPL-2"
|
2013-02-16 09:46:58 +01:00
|
|
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
2011-10-13 14:08:00 +02:00
|
|
|
checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688
|
2009-12-08 16:43:07 +01:00
|
|
|
|
2013-02-16 09:46:58 +01:00
|
|
|
pre_configure() {
|
2011-10-13 14:08:00 +02:00
|
|
|
autoreconf -fi
|
2009-12-08 16:43:07 +01:00
|
|
|
}
|