void-packages/srcpkgs/bridge-utils/template

17 lines
495 B
Text
Raw Normal View History

# Template file for 'bridge-utils'
pkgname=bridge-utils
2011-10-13 12:08:00 +00:00
version=1.5
revision=4
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Layer2 ethernet bridging for Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
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
2013-02-16 08:46:58 +00:00
pre_configure() {
2011-10-13 12:08:00 +00:00
autoreconf -fi
}