20 lines
567 B
Bash
20 lines
567 B
Bash
|
# Template file for 'sshguard'
|
||
|
pkgname=sshguard
|
||
|
version=1.6.3
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--with-firewall=iptables"
|
||
|
make_dirs="/var/db/sshguard 0755 root root"
|
||
|
depends="iptables"
|
||
|
short_desc="Protects networked hosts from brute force attacks"
|
||
|
maintainer="Lodvær <lodvaer@gmail.com>"
|
||
|
license="3-clause-BSD"
|
||
|
homepage="http://www.sshguard.net/"
|
||
|
distfiles="${SOURCEFORGE_SITE}/sshguard/$pkgname-$version.tar.gz"
|
||
|
checksum=6c4d3be2acf6349b4ac5d6fff4bbcd8fa988c82876d848cbbd0c7c99bc0438c7
|
||
|
|
||
|
post_install() {
|
||
|
vsv sshguard-socklog
|
||
|
vlicense COPYING
|
||
|
}
|