CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bridge-utils: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 06:11:02 +0000 (06:11 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 06:11:02 +0000 (06:11 +0000)
bridge-utils/.footprint [new file with mode: 0644]
bridge-utils/.md5sum [new file with mode: 0644]
bridge-utils/Pkgfile [new file with mode: 0644]

diff --git a/bridge-utils/.footprint b/bridge-utils/.footprint
new file mode 100644 (file)
index 0000000..bb6fcee
--- /dev/null
@@ -0,0 +1,10 @@
+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
diff --git a/bridge-utils/.md5sum b/bridge-utils/.md5sum
new file mode 100644 (file)
index 0000000..261c237
--- /dev/null
@@ -0,0 +1 @@
+0182fcac3a2b307113bbec34e5f1c673  bridge-utils-1.4.tar.gz
diff --git a/bridge-utils/Pkgfile b/bridge-utils/Pkgfile
new file mode 100644 (file)
index 0000000..23fb005
--- /dev/null
@@ -0,0 +1,20 @@
+# 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
+}