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
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
6 name=bridge-utils
7 version=1.4
8 release=1
9 source=(http://dl.sourceforge.net/sourceforge/bridge/$name-$version.tar.gz)
10
11 build() {
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 }