mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
extra/bridge-utils: new aport
Tools for configuring the Linux kernel 802.1d Ethernet Bridge http://bridge.sourceforge.net/
This commit is contained in:
parent
cd3fbc5f29
commit
e880944799
25
extra/bridge-utils/APKBUILD
Normal file
25
extra/bridge-utils/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user