wok view ufw/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents
children 6383e7884f9d
line source
1 # SliTaz package receipt.
3 PACKAGE="ufw"
4 VERSION="0.34"
5 CATEGORY="security"
6 SHORT_DESC="Uncomplicated Firewall, a cli for managing netfilter"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://launchpad.net/ufw"
11 WGET_URL="$WEB_SITE/$VERSION/$VERSION/+download/$TARBALL"
12 TAGS="firewall"
14 DEPENDS="python iptables"
15 BUILD_DEPENDS="python iptables"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs/
28 }