CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dillo: fixed AR usage and added ssl support (https)
[attic/ports/opt-cross.git] / bridge-utils / Pkgfile
CommitLineData
efdd1207
VM
1# Description: Linux IEEE 802.1d ethernet bridging utilities
2# URL: http://linux-net.osdl.org/index.php/Bridge
3# Maintainer: Matt Housh, jaeger at morpheus dot net
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6name=bridge-utils
7version=1.4
8release=1
9source=(http://dl.sourceforge.net/sourceforge/bridge/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13 autoconf
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --mandir=/usr/man \
18 make
19 make DESTDIR=$PKG install
20}