24 lines
697 B
Bash
24 lines
697 B
Bash
# Template file for 'sshguard'
|
|
pkgname=sshguard
|
|
version=2.2.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex"
|
|
depends="iptables"
|
|
short_desc="Protects networked hosts from brute force attacks"
|
|
maintainer="Lodvær <lodvaer@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://www.sshguard.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/sshguard/${pkgname}-${version}.tar.gz"
|
|
checksum=2aff07fee6ec33e4ffd5411916b75189977af1d77b86dac5f3834dd3aa3656c2
|
|
|
|
make_dirs="/var/db/sshguard 0755 root root"
|
|
conf_files="/etc/sshguard.conf"
|
|
|
|
post_install() {
|
|
vsv sshguard-socklog
|
|
vconf examples/sshguard.conf.sample sshguard.conf
|
|
sed -i 's@/usr/local/@/usr/@g' ${DESTDIR}/etc/sshguard.conf
|
|
vlicense COPYING
|
|
}
|