wok rev 21968

updated sshguard (2.2.0 -> 2.4.0)
author Hans-G?nter Theisgen
date Fri Oct 11 13:01:05 2019 +0100 (2019-10-11)
parents 40ff746a5f02
children 464054350afc
files sshguard/receipt
line diff
     1.1 --- a/sshguard/receipt	Thu Oct 10 17:19:11 2019 +0100
     1.2 +++ b/sshguard/receipt	Fri Oct 11 13:01:05 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sshguard"
     1.7 -VERSION="2.2.0"
     1.8 +VERSION="2.4.0"
     1.9  CATEGORY="security"
    1.10 -SHORT_DESC="Protects networked hosts from brute force attacks"
    1.11 +TAGS="ssh"
    1.12 +SHORT_DESC="Protects networked hosts from brute force attacks."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 +WEB_SITE="https://www.sshguard.net/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://www.sshguard.net/"
    1.19  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    1.20 -TAGS="ssh"
    1.21  
    1.22  DEPENDS="iptables"
    1.23  BUILD_DEPENDS=""
    1.24 @@ -17,9 +18,10 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure --prefix=/usr \
    1.29 -		--sysconfdir=/etc \
    1.30 -		--mandir=/usr/share/man \
    1.31 +	./configure			\
    1.32 +		--prefix=/usr		\
    1.33 +		--sysconfdir=/etc	\
    1.34 +		--mandir=/usr/share/man	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make DESTDIR=$DESTDIR install
    1.38 @@ -29,6 +31,7 @@
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/sbin $fs/usr
    1.43 -	cp -a $install/usr/libexec $fs/usr
    1.44 +
    1.45 +	cp -a $install/usr/sbin		$fs/usr
    1.46 +	cp -a $install/usr/libexec	$fs/usr
    1.47  }