wok-next rev 21614
updated ebtables (2.0.10-4 -> 2.0.11)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 10:47:08 2020 +0100 (2020-06-25) |
parents | 96fe7857bbdd |
children | 88ae7f58c954 |
files | ebtables/receipt |
line diff
1.1 --- a/ebtables/receipt Thu Jun 25 10:33:28 2020 +0100 1.2 +++ b/ebtables/receipt Thu Jun 25 10:47:08 2020 +0100 1.3 @@ -1,24 +1,27 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="ebtables" 1.7 -VERSION="2.0.10-4" 1.8 +VERSION="2.0.11" 1.9 CATEGORY="network" 1.10 +TAGS="firewall" 1.11 SHORT_DESC="Filtering tool for a Linux-based bridging firewall" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://ebtables.netfilter.org/" 1.15 1.16 -TARBALL="$PACKAGE-v$VERSION.tar.gz" 1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +WGET_URL="ftp://ftp.netfilter.org/pub/$PACKAGE/$TARBALL" 1.20 1.21 -compile_rules() { 1.22 - sed -i 's|/usr/local|/usr|; s|/man|/share/man|; s|-Wall -Wunused -Werror||' Makefile 1.23 - 1.24 +compile_rules() 1.25 +{ 1.26 + ./configure $CONFIGURE_ARGS && 1.27 + sed -i 's|/usr/local|/usr|; s|/man|/share/man|; s|-Wall -Wunused -Werror||' \ 1.28 + Makefile && 1.29 make && 1.30 make -j1 DESTDIR=$install install 1.31 } 1.32 1.33 -genpkg_rules() { 1.34 +genpkg_rules() 1.35 +{ 1.36 copy @std 1.37 - TAGS="firewall" 1.38 }