contrib/bridge-utils/Pkgfile

18 lines
405 B
Plaintext
Raw Normal View History

# Description: Linux IEEE 802.1d ethernet bridging utilities
# URL: http://linux-net.osdl.org/index.php/Bridge
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=bridge-utils
2008-10-25 06:42:20 +02:00
version=1.4
release=1
source=(http://dl.sourceforge.net/sourceforge/bridge/$name-$version.tar.gz)
build() {
cd $name-$version
autoconf
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}