wok-next view ebtables/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children 3bc985504162
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="http://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 }