Merge pull request #1730 from thypon/bridge-utils
bridge-utils: move to usr/bin
This commit is contained in:
commit
05852493b0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bridge-utils'
|
# Template file for 'bridge-utils'
|
||||||
pkgname=bridge-utils
|
pkgname=bridge-utils
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
short_desc="Layer2 ethernet bridging for Linux"
|
short_desc="Layer2 ethernet bridging for Linux"
|
||||||
|
@ -10,6 +10,7 @@ license="GPL-2"
|
||||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
||||||
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
||||||
checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688
|
checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688
|
||||||
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue