wok diff sshguard/receipt @ rev 23275
updated par2 (0.8.0 -> 0.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 28 15:42:00 2020 +0100 (2020-03-28) |
parents | a78610b2eb47 |
children | fb7d3b05f186 |
line diff
1.1 --- a/sshguard/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/sshguard/receipt Sat Mar 28 15:42:00 2020 +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 }