wok view fail2ban/receipt @ rev 1889

Pmount: add CONFIG_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 10:47:38 2008 +0000 (2008-12-18)
parents
children fb8aceda65ff
line source
1 # SliTaz package receipt.
3 PACKAGE="fail2ban"
4 VERSION="0.8.3"
5 CATEGORY="network"
6 SHORT_DESC="Scans log files to bans IP that makes too many password failures.."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.fail2ban.org/wiki/index.php/Main_Page"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 python setup.py install --root=$PWD/_pkg
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 cp -a $_pkg/* $fs
23 }