wok-next view ebtables/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 644f2e1e2ea9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ebtables"
4 VERSION="2.0.11"
5 CATEGORY="network"
6 TAGS="firewall"
7 SHORT_DESC="Filtering tool for a Linux-based bridging firewall"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://ebtables.netfilter.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://ftp.netfilter.org/pub/$PACKAGE/$TARBALL"
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS &&
18 sed -i 's|/usr/local|/usr|; s|/man|/share/man|; s|-Wall -Wunused -Werror||' \
19 Makefile &&
20 make &&
21 make -j1 DESTDIR=$install install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 }