🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: 'bridge-utils'
pkgver: '1.7.1'
pkgrel: '3'
pkgdesc: 'Utilities for configuring the Linux Ethernet bridge'
url: 'https://sourceforge.net/projects/bridge/'
arch: x86_64
depends: []
makedepends:
- autoconf
source:
- 'https://mirrors.edge.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
autoconf
./configure --prefix=/usr \
--sbindir=/usr/bin
make
make DESTDIR=${PKGDIR} install
package: |
true