wok view ufw/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
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 }