--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/libbridge.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libbridge.a
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/brctl.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/brctl
--- /dev/null
+# 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
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+
+name=bridge-utils
+version=1.4
+release=1
+source=(http://dl.sourceforge.net/sourceforge/bridge/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ autoconf
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ make
+ make DESTDIR=$PKG install
+}