2009-12-08 15:43:07 +00:00
|
|
|
# Template file for 'bridge-utils'
|
|
|
|
pkgname=bridge-utils
|
2011-10-13 12:08:00 +00:00
|
|
|
version=1.5
|
2015-12-30 16:34:27 +00:00
|
|
|
revision=10
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-12 06:55:23 +00:00
|
|
|
hostmakedepends="automake"
|
2009-12-08 15:43:07 +00:00
|
|
|
short_desc="Layer2 ethernet bridging for Linux"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-10-13 12:08:00 +00:00
|
|
|
license="GPL-2"
|
2013-02-16 08:46:58 +00:00
|
|
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
2011-10-13 12:08:00 +00:00
|
|
|
checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688
|
2015-06-02 17:47:10 +00:00
|
|
|
configure_args="--sbindir=/usr/bin"
|
2015-12-30 16:33:24 +00:00
|
|
|
nopie=yes
|
2009-12-08 15:43:07 +00:00
|
|
|
|
2013-02-16 08:46:58 +00:00
|
|
|
pre_configure() {
|
2015-12-30 16:33:24 +00:00
|
|
|
sed "s/u_int\([0-9]*\)_t/uint\1_t/" -i libbridge/libbridge.h
|
2011-10-13 12:08:00 +00:00
|
|
|
autoreconf -fi
|
2009-12-08 15:43:07 +00:00
|
|
|
}
|