extra/bridge-utils: new aport

Tools for configuring the Linux kernel 802.1d Ethernet Bridge
http://bridge.sourceforge.net/
This commit is contained in:
Natanael Copa 2009-04-10 15:53:39 +00:00
parent cd3fbc5f29
commit e880944799

View File

@ -0,0 +1,25 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bridge-utils
pkgver=1.4
pkgrel=0
pkgdesc="Tools for configuring the Linux kernel 802.1d Ethernet Bridge"
url="http://bridge.sourceforge.net/"
license="GPL-2"
subpackages="$pkgname-dev $pkgname-doc"
depends="uclibc"
makedepends="autoconf"
source="http://download.sourceforge.net/bridge/$pkgname-$pkgver.tar.gz"
build() {
cd "$srcdir"/$pkgname-$pkgver
autoconf
# src_compile
configure --prefix=/ \
--mandir=/usr/share/man \
--libdir=/usr/lib \
--includedir=/usr/include \
|| return 1
make || return 1
make install DESTDIR="$pkgdir" || return 1
}
md5sums="0182fcac3a2b307113bbec34e5f1c673 bridge-utils-1.4.tar.gz"