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