From 0839df092aa36886e707bddfa99bbf009adbc30f Mon Sep 17 00:00:00 2001 From: Jeff Bilyk Date: Mon, 7 Feb 2011 20:14:22 +0000 Subject: testing/fail2ban: new aport ref #525 --- testing/fail2ban/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 testing/fail2ban/APKBUILD (limited to 'testing') diff --git a/testing/fail2ban/APKBUILD b/testing/fail2ban/APKBUILD new file mode 100644 index 0000000000..5e6a0fe591 --- /dev/null +++ b/testing/fail2ban/APKBUILD @@ -0,0 +1,35 @@ +# Contributor: Jeff Bilyk +# Maintainer: Natanael Copa +pkgname=fail2ban +pkgver=0.8.4 +pkgrel=0 +pkgdesc="Scans log files for login failures then updates iptables to reject originating ip address" +url="http://www.fail2ban.org" +arch="noarch" +license="GPLv2" +depends="python iptables" +makedepends="python" +install="" +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" + +_builddir="$srcdir/$pkgname-$pkgver" +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} + +build() { + cd "$_builddir" +} + +package() { + cd "$_builddir" + python setup.py install --root "$pkgdir" || return 1 +} + +md5sums="df94335a5d12b4750869e5fe350073fa fail2ban-0.8.4.tar.bz2" -- cgit v1.2.3