wok-next view bridge-utils/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 65f5c0b7dcd4
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bridge-utils"
4 VERSION="1.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="IEEE 802.1d ethernet bridging"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/$TARBALL"
14 BUILD_DEPENDS="automake"
16 compile_rules() {
17 autoconf
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 TAGS="ethernet bridge"
26 }