wok-next diff iptables-template/receipt @ rev 20872
perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 04 02:05:23 2018 +0300 (2018-07-04) |
parents | 5b16e60b3d24 |
children | d5aab818505e |
line diff
1.1 --- a/iptables-template/receipt Fri Feb 26 18:25:53 2016 +0100 1.2 +++ b/iptables-template/receipt Wed Jul 04 02:05:23 2018 +0300 1.3 @@ -9,17 +9,15 @@ 1.4 WEB_SITE="https://gist.github.com/jirutka/3742890" 1.5 EXTRA_SOURCE_FILES="rules-both.iptables rules-ipv4.iptables rules-ipv6.ip6tables" 1.6 1.7 -BUILD_DEPENDS="wget" 1.8 - 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 mkdir -p $install/usr/share/iptables 1.13 while read dir file ; do 1.14 - [ -s "$SOURCES_REPOSITORY/$file" ] || 1.15 - wget --no-check-certificate -P $SOURCES_REPOSITORY \ 1.16 + [ -s "$SRC/$file" ] || 1.17 + wget --no-check-certificate -P $SRC \ 1.18 $WEB_SITE/raw/$dir/$file 1.19 - cp $SOURCES_REPOSITORY/$file $install/usr/share/iptables/ 1.20 + cp $SRC/$file $install/usr/share/iptables/ 1.21 done <<EOT 1.22 c025b0b8c58af49aa9644982c459314c9adba157 rules-both.iptables 1.23 622104b0e46e0e7134a69bb7ce24850943b8d2a7 rules-ipv4.iptables