wok view ufw/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
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 }