Add bridge-utils recipe

master
Karchnu 2021-04-23 03:41:11 +02:00
parent 19fb902ebf
commit bc4e272803
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
name = bridge-utils
version = 1.7
release = 0
pkgdesc = "Tools for configuring the Linux kernel 802.1d Ethernet Bridge"
source = "https://wiki.linuxfoundation.org/networking/bridge/"
arch = "all"
license = "GPL-2.0-or-later"
build-dependencies = autoconf linux-headers
URL = https://kernel.org/pub/linux/kernel/people/shemminger/$(name)/$(name)-$(version).tar.xz
CONFIGURE_OPTIONS_USER = --mandir=$(MANDIR) \
--libdir=$(LIBDIR) \
--includedir=$(INCLUDEDIR)
SYSCONF ?= ../../
include $(SYSCONF)/package.mk
pre_configure:
cd $(bdir) ; autoconf