summaryrefslogtreecommitdiff
path: root/core/bridge-utils/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-17 23:14:42 +0000
committerroot <root@rshg054.dnsready.net>2011-10-17 23:14:42 +0000
commitc4f201fd7208805c7ee00e0ee833d3cc505898ac (patch)
tree72c45bb585e42c6c7da3fc0b4aa817019daf99a7 /core/bridge-utils/PKGBUILD
parente1b3d592f43a99f4ed7c91971deda6ce8414dd69 (diff)
Mon Oct 17 23:14:42 UTC 2011
Diffstat (limited to 'core/bridge-utils/PKGBUILD')
-rw-r--r--core/bridge-utils/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/bridge-utils/PKGBUILD b/core/bridge-utils/PKGBUILD
index 75993cfa7..fb452354e 100644
--- a/core/bridge-utils/PKGBUILD
+++ b/core/bridge-utils/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 112055 2011-03-03 12:52:38Z stephane $
+# $Id: PKGBUILD 140510 2011-10-16 05:39:52Z eric $
# Maintainer:
# Contributor: Judd Vinet <judd@archlinux.org>
pkgname=bridge-utils
-pkgver=1.4
-pkgrel=4
+pkgver=1.5
+pkgrel=1
pkgdesc="Utilities for configuring the Linux ethernet bridge"
arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/en/Net:Bridge"
-license=('GPL2')
-backup=('etc/conf.d/bridges')
+url="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
+license=('GPL')
depends=('glibc')
+backup=('etc/conf.d/bridges')
source=(http://downloads.sourceforge.net/bridge/bridge-utils-$pkgver.tar.gz
bridges.conf.d)
-md5sums=('0182fcac3a2b307113bbec34e5f1c673'
+md5sums=('ec7b381160b340648dede58c31bb2238'
'f5d691282653580dd5fd4a1092ef365b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
aclocal
autoconf
- ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+ ./configure --prefix=/usr --sysconfdir=/etc
make
}