wok-next annotate ebtables/receipt @ rev 21037

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 16:35:54 2018 +0200 (2018-11-06)
parents d5aab818505e
children 3bc985504162
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"
al@21020 9 WEB_SITE="http://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 }