wok-next annotate ebtables/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 5e01e6d2531a
children 644f2e1e2ea9
rev   line source
al@21017 1 # SliTaz package receipt v2.
pascal@4530 2
pascal@4530 3 PACKAGE="ebtables"
al@21037 4 VERSION="2.0.10-4"
pascal@4530 5 CATEGORY="network"
al@21017 6 SHORT_DESC="Filtering tool for a Linux-based bridging firewall"
pascal@4530 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15156 8 LICENSE="GPL2"
pascal@21181 9 WEB_SITE="https://ebtables.netfilter.org/"
al@21017 10
al@21037 11 TARBALL="$PACKAGE-v$VERSION.tar.gz"
pascal@4530 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@4530 13
al@21017 14 compile_rules() {
al@21037 15 sed -i 's|/usr/local|/usr|; s|/man|/share/man|; s|-Wall -Wunused -Werror||' Makefile
al@21017 16
al@21017 17 make &&
al@21037 18 make -j1 DESTDIR=$install install
pascal@4530 19 }
pascal@4530 20
al@21017 21 genpkg_rules() {
al@21037 22 copy @std
al@21017 23 TAGS="firewall"
pascal@4530 24 }