20 lines
567 B
Bash
20 lines
567 B
Bash
# Template file for 'sshguard'
|
|
pkgname=sshguard
|
|
version=1.7.0
|
|
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=5ce784bc25dc9801fbfadc4117669ee02397526c420170ae1145ada96df8cd59
|
|
|
|
post_install() {
|
|
vsv sshguard-socklog
|
|
vlicense COPYING
|
|
}
|