wok-next view ebtables/receipt @ rev 21420
updated puzzles ( -> 20200413)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 17:23:45 2020 +0100 (2020-04-27) |
parents | 5e01e6d2531a |
children | 644f2e1e2ea9 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ebtables"
4 VERSION="2.0.10-4"
5 CATEGORY="network"
6 SHORT_DESC="Filtering tool for a Linux-based bridging firewall"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://ebtables.netfilter.org/"
11 TARBALL="$PACKAGE-v$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 sed -i 's|/usr/local|/usr|; s|/man|/share/man|; s|-Wall -Wunused -Werror||' Makefile
17 make &&
18 make -j1 DESTDIR=$install install
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="firewall"
24 }