wok-6.x view ufw/receipt @ rev 23238
updated nginx-extras again (1.9.4 -> 1.16.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 08:38:30 2020 +0100 (2020-03-25) |
parents | f42912c1cf7b |
children | 1bd2c6414e5a |
line source
1 # SliTaz package receipt.
3 PACKAGE="ufw"
4 VERSION="0.36"
5 CATEGORY="security"
6 TAGS="firewall"
7 SHORT_DESC="Uncomplicated Firewall, a cli for managing netfilter."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://launchpad.net/ufw"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/$VERSION/$VERSION/+download/$TARBALL"
15 DEPENDS="python iptables"
16 BUILD_DEPENDS="python iptables"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py build
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs/
29 }