# HG changeset patch # User Pascal Bellard # Date 1228383472 0 # Node ID e1b5b3453f291b6116f460f0b25f6994f624ca08 # Parent 37bb75372dba4f1c4531e3d25a951f8dcfb7d548 Add fail2ban diff -r 37bb75372dba -r e1b5b3453f29 fail2ban/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fail2ban/receipt Thu Dec 04 09:37:52 2008 +0000 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="fail2ban" +VERSION="0.8.3" +CATEGORY="network" +SHORT_DESC="Scans log files to bans IP that makes too many password failures.." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.fail2ban.org/wiki/index.php/Main_Page" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} +