bridge-utils: update to 1.5.
This commit is contained in:
parent
566824b756
commit
9a1a01432f
|
@ -1,11 +1,13 @@
|
|||
# Template file for 'bridge-utils'
|
||||
pkgname=bridge-utils
|
||||
version=1.4
|
||||
version=1.5
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
||||
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Layer2 ethernet bridging for Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=876975e9bcc302aa8b829161ea3348b12b9b879f1db0dc98feaed8d0e5dd5933
|
||||
license="GPL-2"
|
||||
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,
|
||||
|
@ -19,12 +21,5 @@ Add_dependency build automake
|
|||
|
||||
pre_configure()
|
||||
{
|
||||
cd ${wrksrc} && autoreconf -vi || return 1
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
# We are only interested on brctl!
|
||||
rm -rf ${DESTDIR}/usr/include
|
||||
rm -rf ${DESTDIR}/usr/lib
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue